class ActiveRecord::Promise

def pretty_print(q) # :nodoc:

:nodoc:
def pretty_print(q) # :nodoc:
  q.text(inspect)
end