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