# File lib/plucky/options_hash.rb, line 67
    def merge!(other)
      other.to_hash.each { |key, value| self[key] = value }
      self
    end