Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psychライブラリ > Psych::Parserクラス > parse

instance method Psych::Parser#parse

parse(yaml)

[TODO]

Parse the YAML document contained in yaml. Events will be called on the handler set on the parser instance.

[SEE_ALSO] Psych::Parser, Psych::Parser#handler

class Psych::Parser