Class
Hash
In:
lib/backports/rails/hash.rb
lib/backports/force/hash_select.rb
lib/backports/2.0.0/hash/to_h.rb
lib/backports/2.0.0/hash/default_proc.rb
lib/backports/1.9.2/hash/select.rb
lib/backports/1.9.2/hash/keep_if.rb
lib/backports/1.9.1/hash/rassoc.rb
lib/backports/1.9.1/hash/default_proc.rb
lib/backports/1.9.1/hash/assoc.rb
lib/backports/1.8.7/hash/hash.rb
Parent:
Object
Methods
[]
assoc
default_proc=
default_proc_with_nil=
eql?
hash
keep_if
rassoc
reverse_merge
reverse_merge!
select!
select_with_hash_return
stringify_keys
stringify_keys!
symbolize_keys
symbolize_keys!
to_h
try_convert
External Aliases
[]
->
constructor_without_key_value_pair_form
Public Class methods
[]
(*args)
try_convert
(x)
Public Instance methods
assoc
(key)
default_proc=
(proc)
default_proc_with_nil=
(proc)
eql?
(other)
hash
()
keep_if
() {|key, value| ...}
rassoc
(value)
reverse_merge
(other_hash)
Standard in rails. See official
documentation
reverse_merge!
(other_hash)
Standard in rails. See official
documentation
select!
() {|key, value| ...}
select_with_hash_return
() {|[k, v]| ...}
stringify_keys
()
Standard in rails. See official
documentation
stringify_keys!
()
Standard in rails. See official
documentation
symbolize_keys
()
Standard in rails. See official
documentation
symbolize_keys!
()
Standard in rails. See official
documentation
to_h
()
[Validate]