# File lib/hoptoad_notifier/configuration.rb, line 190
    def to_hash
      OPTIONS.inject({}) do |hash, option|
        hash.merge(option.to_sym => send(option))
      end
    end