Type:
Class

If an object defines encode_with, then an instance of Psych::Coder will be passed to the method when the object is being serialized. The Coder automatically assumes a Psych::Nodes::Mapping is being emitted. Other objects like Sequence and Scalar may be emitted if seq= or scalar= are called, respectively.

map=

map=(map) Instance Public methods Emit a map with value

2015-04-29 01:56:43
add

add(k, v) Instance Public methods Alias for:

2015-04-29 01:46:35
new

new(tag) Class Public methods

2015-04-29 01:31:49