Method: RIO::IF::YAML#objects
- Defined in:
- lib/rio/if/yaml.rb
#objects(*selectors, &block) ⇒ Object
Select objects from a YAML file. See #yaml and RIO::Doc::INTRO
142 |
# File 'lib/rio/if/yaml.rb', line 142 def objects(*selectors,&block) target.objects(*selectors,&block); self end |