Method: Fitting::Doc::ContentType#debug

Defined in:
lib/fitting/doc/content_type.rb

#debug(debug) ⇒ Object



105
106
107
108
# File 'lib/fitting/doc/content_type.rb', line 105

def debug(debug)
  return self if @step_key == debug.content_type && debug.content_type == 'application/json'
  nil
end