Class
Hash
In:
rss/rss.rb
Parent:
Object
Methods
merge
Public Instance methods
merge
(other)
[Source]
# File rss/rss.rb, line 49
def
merge
(
other
)
dup
.
update
(
other
)
end
[Validate]