instance method
merge
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
merge(other_hash, &block)
No documentation comment.
Parameters
-
other_hashreq -
blockblock
Source
# File activesupport/lib/active_support/ordered_hash.rb, line 197
def merge(other_hash, &block)
dup.merge!(other_hash, &block)
end
Defined in activesupport/lib/active_support/ordered_hash.rb line 197
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::OrderedHash