Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psych/core_extライブラリ > Objectクラス > psych_to_yaml

singleton method Object.psych_to_yaml

to_yaml(options = {}) -> String [added by psych/core_ext]
psych_to_yaml(options = {}) -> String [added by psych/core_ext]

[TODO]

Convert an object to YAML. See Psych.dump for more information on the available options.

[SEE_ALSO] Psych.dump

class Object