# File lib/plucky/options_hash.rb, line 62
    def merge(other)
      self.class.new(to_hash.merge(other.to_hash))
    end