Module: Kernel

Defined in:
lib/parsely.rb

Instance Method Summary collapse

Instance Method Details

#p(args) ⇒ Object



5
6
7
# File 'lib/parsely.rb', line 5

def p args
  STDERR.puts(args.inspect) #if $DEBUG
end