Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psych/nodes/aliasライブラリ > Psych::Nodes::Aliasクラス

class Psych::Nodes::Alias

クラスの継承リスト: Psych::Nodes::Alias < Psych::Nodes::Node < Object < Kernel < BasicObject

要約

This class represents a {YAML Alias}[http://yaml.org/spec/1.1/#alias]. It points to an +anchor+.

A Psych::Nodes::Alias is a terminal node and may have no children.

特異メソッド

new(anchor) -> Psych::Nodes::Alias

[TODO]

自身を初期化します。

インスタンスメソッド

anchor

[TODO]

The anchor this alias links to

anchor=(val)

[TODO]

The anchor this alias links to

class Psych::Nodes::Alias