Method: StandardError#to_json
- Defined in:
- lib/coaster/core_ext/standard_error.rb
#to_json ⇒ Object
148 149 150 |
# File 'lib/coaster/core_ext/standard_error.rb', line 148 def to_json Oj.dump(to_hash.with_indifferent_access, mode: :compat) end |