Method: RequestDetailsFormatter#body_section
- Defined in:
- lib/dtracer/request_formatters.rb
#body_section(hash) ⇒ Object
110 111 112 113 |
# File 'lib/dtracer/request_formatters.rb', line 110 def body_section(hash) return nil unless @options[:b] && hash["body"] ["Body:\n #{hash["body"]}"] end |