# File lib/innate/action.rb, line 20
    def merge!(hash)
      hash.each_pair{|key, value| send("#{key}=", value) }
      self
    end