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