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.Dismiss alert
Currently IRB can't be used without direct access to standard IO. This makes it hard to use with tools like foreman.
If we expect IRB to become a more powerful debugging tool, especially after #575 and similar enhancements, the need to connect to it remotely will only grow.
(originally proposed by @zzak)
Description
Currently IRB can't be used without direct access to standard IO. This makes it hard to use with tools like
foreman
.If we expect IRB to become a more powerful debugging tool, especially after #575 and similar enhancements, the need to connect to it remotely will only grow.
Implementation
puts
to print output #580)The text was updated successfully, but these errors were encountered: