public Method

Doc.close

There's no documentation for this item.

Source Code

# 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.