Class: PP
Instance Method Summary collapse
Instance Method Details
#pp(obj, out = $stdout, width = 79) ⇒ Object
[View source]
18 19 20 |
# File 'opal/stdlib/pp.rb', line 18 def pp(obj, out = $stdout, width = 79) p(*args) end |
18 19 20 |
# File 'opal/stdlib/pp.rb', line 18 def pp(obj, out = $stdout, width = 79) p(*args) end |