class Lumberjack::Formatter::InspectFormatter
Format an object by calling inspect
on it.
Public Instance Methods
call(obj)
click to toggle source
# File lib/lumberjack/formatter/inspect_formatter.rb, line 7 def call(obj) obj.inspect end