class Logged::Formatter::Raw
Raw
formatter for logged
Public Instance Methods
call(data)
click to toggle source
# File lib/logged/formatter/raw.rb, line 9 def call(data) data end
Raw
formatter for logged
# File lib/logged/formatter/raw.rb, line 9 def call(data) data end