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