Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psych/visitors/to_rubyライブラリ > Psych::Visitors::ToRubyクラス

class Psych::Visitors::ToRuby

クラスの継承リスト: Psych::Visitors::ToRuby < Psych::Visitors::Visitor < Object < Kernel < BasicObject

要約

This class walks a YAML AST, converting each node to ruby

特異メソッド

new -> Psych::Visitors::ToRuby

[TODO]

インスタンスメソッド

accept(target)

[TODO]

visit_Psych_Nodes_Alias(o)

[TODO]

visit_Psych_Nodes_Document(o)

[TODO]

visit_Psych_Nodes_Mapping(o)

[TODO]

visit_Psych_Nodes_Scalar(o)

[TODO]

visit_Psych_Nodes_Sequence(o)

[TODO]

visit_Psych_Nodes_Stream(o)

[TODO]

class Psych::Visitors::ToRuby