class Rack::Logjam::Formatters::TextPlain

Public Instance Methods

render() click to toggle source
# File lib/rack/logjam/formatters/text_plain.rb, line 6
def render
  content
end