There's no documentation for this item.
# File rio/ext/yaml/tie.rb, line 53 def open() @io = ::File.new('database.yml',"r") @doc = ::YAML.load(@io) @root = RIO::Ext::YAML::Tie::Root.new(@doc) self end
<code/>
<pre/>
<code/>and<pre/>for code samples.