Flowdock
method

dump_stream

Importance_1
v1_9_1_378 - Show latest stable - 0 notes - Class: YAML
dump_stream( *objs ) public

Returns a YAML stream containing each of the items in objs, each having their own document.

YAML.dump_stream( 0, [], {} )
  #=> --- 0
      --- []
      --- {}
Show source
Register or log in to add new notes.