Opal Docs
»
Index (P)
»
PP
Class: PP
Inherits:
Object
Object
PP
show all
Defined in:
opal/stdlib/pp.rb
Instance Method Summary
collapse
#
pp
(obj, out = `console`, width = 79) ⇒ Object
Instance Method Details
#
pp
(obj, out = `console`, width = 79) ⇒
Object
18 19 20
# File 'opal/stdlib/pp.rb', line 18
def
pp
(
obj
,
out
=
$stdout
,
width
=
79
)
p
(
*
args
)
end