Method: ActiveRecord::Promise#pretty_print
- Defined in:
- activerecord/lib/active_record/promise.rb
#pretty_print(q) ⇒ Object
:nodoc:
48 49 50 |
# File 'activerecord/lib/active_record/promise.rb', line 48 def pretty_print(q) # :nodoc: q.text(inspect) end |