module PrettyJSON
Public Instance Methods
to_json_pretty()
click to toggle source
# File lib/engine2/core.rb, line 5 def to_json_pretty JSON.pretty_generate(self) end
# File lib/engine2/core.rb, line 5 def to_json_pretty JSON.pretty_generate(self) end