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’)




83
84
85
# File 'lib/qq.rb', line 83

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