Method: RIO::IF::YAML#putobj

Defined in:
lib/rio/if/yaml.rb

#putobj(obj) ⇒ Object

Calls YAML.dump, leaving the Rio open.



189
# File 'lib/rio/if/yaml.rb', line 189

def putobj(obj) target.putobj(obj); self end