You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Shouldn't it be working w/o puts/print/p, too?
I'll be happy to raise a PR, too, if you concur with this?
(P.S. I am not sure if that's a bug or a feature)
The text was updated successfully, but these errors were encountered:
This is by design. In your first example, it's the REPL displaying the actual, understandable representation of an object while the second example sends it to STDIO with no modification. They exist for different purposes and I'd be surprised if there is no distinction between these two.
This is by design. In your first example, it's the REPL displaying the actual, understandable representation of an object while the second example sends it to STDIO with no modification. They exist for different purposes and I'd be surprised if there is no distinction between these two.
Hi,
Here's one instance:
However, it works fine if used with
puts:Shouldn't it be working w/o
puts/print/p, too?I'll be happy to raise a PR, too, if you concur with this?
(P.S. I am not sure if that's a bug or a feature)
The text was updated successfully, but these errors were encountered: