In Files

  • psych/lib/psych/visitors/to_ruby.rb

Psych::Visitors::NoAliasRuby

Public Instance Methods

visit_Psych_Nodes_Alias(o) click to toggle source
 
               # File psych/lib/psych/visitors/to_ruby.rb, line 428
def visit_Psych_Nodes_Alias o
  raise BadAlias, "Unknown alias: #{o.anchor}"
end
            
There is an updated format of the API docs for this version here.