Class Hash
In: rss/rss.rb
Parent: Object

Methods

merge  

Public Instance methods

[Source]

# File rss/rss.rb, line 49
    def merge(other)
      dup.update(other)
    end

[Validate]