# File lib/oauth/helper.rb, line 11
    def escape(value)
      URI::escape(value.to_s, OAuth::RESERVED_CHARACTERS)
    end