T
Trans
Has anyone else every wished #p would passthru it's argument? Ie. Work
like this:
def p(x)
puts x.inspect
x
end
Is there any good reason that it shouldn't? I noticed this was in
Ruby's source code TODO list once, but it never came to pass for some
reason.
Thanks,
T.
like this:
def p(x)
puts x.inspect
x
end
Is there any good reason that it shouldn't? I noticed this was in
Ruby's source code TODO list once, but it never came to pass for some
reason.
Thanks,
T.