Class: PP

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

Instance Method Summary collapse

Instance Method Details

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



7
8
9
# File 'opal/opal/rspec/fixes/opal/stdlib/pp.rb', line 7

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