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
IRB 1.11.1 #832 fixed not to autocomplete on the beginning of the line.
Reline 0.5.6 ruby/reline#655 supported bracketed paste. Reline will insert TAB character(if terminal emulator supports bracketed paste feature).
Description
IRB Copy&Pasting code with TAB symbol inserts
source
into the code which makes itvoid value expression
.Essentially if you want to quick test run some code from editor which contains TAB, code inserted gets altered which makes it invalid.
Test code
If you paste it gets entered as:
Result of irb_info
The text was updated successfully, but these errors were encountered: