to_hash -> self[permalink][rdoc]-
self を返します。
例hash = {} p hash.to_hash # => {} p hash.to_hash == hash # => true[SEE_ALSO] Object#to_hash, Hash#to_h
このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
to_hash -> self[permalink][rdoc]self を返します。
例hash = {}
p hash.to_hash # => {}
p hash.to_hash == hash # => true
[SEE_ALSO] Object#to_hash, Hash#to_h