るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.003秒)
トップページ > クラス:Object[x] > 種類:特異メソッド[x]

キーワード

検索結果

Object.new -> Object (2)

Objectクラスのインスタンスを生成して返します。

...
Object
クラスのインスタンスを生成して返します。

some = Object.new
p some #=> #<Object:0x2b696d8>...

Object.psych_to_yaml(options = {}) -> String (2)

@todo

...@todo

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

@see Psych.dump...

Object.to_yaml(options = {}) -> String (2)

@todo

...@todo

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

@see Psych.dump...

Object.yaml_tag(url) (2)

@todo

@todo

Object.yaml_tag_subclasses? -> true (2)

常に true を返します。

常に true を返します。

ライブラリ内部で使用します。

絞り込み条件を変える