class Rack::Logjam::Formatters::Empty

Public Instance Methods

render() click to toggle source
# File lib/rack/logjam/formatters/empty.rb, line 6
def render
  "[EMPTY]"
end