class Psych::Visitors::YAMLTree

Public Instance Methods

visit_IOStreams_Path(o) click to toggle source

Serialize IOStream path as a string

# File lib/rocket_job/extensions/psych/yaml_tree.rb, line 5
def visit_IOStreams_Path(o)
  visit_String(o.to_s)
end