Module: Kernel
- Defined in:
- lib/qq.rb
Instance Method Summary collapse
-
#qq(*args) ⇒ Object
Pretty print statements with QQ.
Instance Method Details
#qq(*args) ⇒ Object
Pretty print statements with QQ.
83 84 85 |
# File 'lib/qq.rb', line 83 def qq *args QQ.new(caller_locations(1, 1).first, args) end |