Class: PP

Inherits:
Object show all
Defined in:
opal/stdlib/pp.rb

Instance Method Summary collapse

Instance Method Details

#pp(obj, out = $stdout, width = 79) ⇒ Object



18
19
20
# File 'opal/stdlib/pp.rb', line 18

def pp(obj, out=$stdout, width=79)
  p(*args)
end