public Method

Doc.open

There's no documentation for this item.

Source Code

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