Method: RIO::IF::YAML#object
- Defined in:
- lib/rio/if/yaml.rb
#object(*args, &block) ⇒ Object
Select a single object. See #objects, IF::GrandeStream#line and #yaml.
157 |
# File 'lib/rio/if/yaml.rb', line 157 def object(*args,&block) target.object(*args,&block); self end |