method
add
v1_9_1_378 -
Show latest stable
- Class:
YAML::Stream
add( doc )public
No documentation available.
# File lib/yaml/stream.rb, line 19
def add( doc )
@documents << doc
end