method
pretty_print
v2_2_9 -
Show latest stable
- Class:
Object
pretty_print(q)public
No documentation available.
# File lib/pp.rb, line 542
def pretty_print(q)
q.text inspect
end pretty_print(q)No documentation available.
# File lib/pp.rb, line 542
def pretty_print(q)
q.text inspect
end