Method: Insight::SpeedTracer::TraceRecord#to_json
- Defined in:
- lib/insight/panels/speedtracer_panel/tracer.rb
#to_json ⇒ Object
106 107 108 |
# File 'lib/insight/panels/speedtracer_panel/tracer.rb', line 106 def to_json Yajl::Encoder.encode(hash_representation, :pretty => true, :indent => ' ') end |