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