12件ヒット
[1-12件を表示]
(0.036秒)
検索結果
-
Object
. yaml _ tag(tag) -> () (18107.0) -
クラスと tag の間を関連付けます。
...換したりその逆をしたりすることができます。
@param tag 対象のクラスに関連付けるタグの文字列
=== Example
require 'psych'
class Foo
def initialize(x)
@x = x
end
attr_reader :x
end
# Dumps Ruby object normally
p Psych.dump(F...