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