Method: RIO::IF::YAML#getobj
- Defined in:
- lib/rio/if/yaml.rb
#getobj ⇒ Object
Calls YAML.load.
Loads a single YAML object from the stream referenced by the Rio
rio('database.yml').yaml.getobj
See #yaml and RIO::Doc::INTRO
172 |
# File 'lib/rio/if/yaml.rb', line 172 def getobj() target.getobj() end |