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