Module: Kernel

Defined in:
lib/qq.rb

Instance Method Summary collapse

Instance Method Details

#qq(*args) ⇒ Object

Pretty print statements with QQ.

Examples:

qq(‘hello world’)



93
94
95
# File 'lib/qq.rb', line 93

def qq *args
  QQ.new(caller_locations(1, 1).first, args)
end