There's no documentation for this item.
# File rio/ext/yaml/tie.rb, line 60 def close() if @root.dirty? @io.close ::File.open('database.yml',"w") do |ios| ::YAML.dump(@doc,ios) end end end
<code/>
<pre/>
<code/>and<pre/>for code samples.