Class: Rack::Logjam::Formatters::FormUrlencoded

Inherits:
Base
  • Object
show all
Defined in:
lib/rack/logjam/formatters/form_urlencoded.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Rack::Logjam::Formatters::Base

Instance Method Details

#renderObject



6
7
8
# File 'lib/rack/logjam/formatters/form_urlencoded.rb', line 6

def render
  URI.unescape( content )
end