Parent

Methods

Psych::Visitors::YAMLTree

Public Instance Methods

visit_Class(klass) click to toggle source
# File lib/delayed/psych_ext.rb, line 25
def visit_Class(klass)
  tag = ['!ruby/class', klass.name].join(':')
  register(klass, @emitter.start_mapping(nil, tag, false, Nodes::Mapping::BLOCK))
  @emitter.end_mapping
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.