to_hash -> self[permalink][rdoc][edit]() → self-
self を返します。
例hash = {} p hash.to_hash # => {} p hash.to_hash == hash # => true[SEE_ALSO] Object#to_hash, Hash#to_h
to_hash -> self[permalink][rdoc][edit]() → selfself を返します。
例hash = {}
p hash.to_hash # => {}
p hash.to_hash == hash # => true
[SEE_ALSO] Object#to_hash, Hash#to_h