Libraries
»
logged
(0.2.0)
»
Index
»
Logged
»
Formatter
»
JSON
»
#call
Method: Logged::Formatter::JSON#call
Defined in:
lib/logged/formatter/json.rb
#
call
(data) ⇒
Object
10 11 12
# File 'lib/logged/formatter/json.rb', line 10
def
call
(
data
)
::
JSON
.
dump
(
data
)
end