irb
irb copied to clipboard
interactive Ruby
## Description After upgrading to ruby 2.7.6 our IRB got broken, copy and pasting a long string was slow, if you need to paste a multiline test in a middle...
## Description Autocompletion, which is on as default, causes reline to send a lot of ANSI chars which don't get interpreted by the Windows CMD shell. This is caused by...
I’ve been using IRB way more than Pry lately, thanks for the great improvements ❤️ However, Pry still has what I call the _quick shell execution_ feature, which IRB does...
## Description I was expecting that there would also be a `irb.rb` script, in addition to `irb` or `irb.bat`. So that one can run the Windows IRB also from within...
## Description Pasting is still slow as described in #115 and #43 Pasting this long line fails: ``` numbers = [484, 589, 633, 634, 746, 749, 825, 826, 855, 863,...
## Description IRB Copy&Pasting code with TAB symbol inserts `source` into the code which makes it `void value expression`. Essentially if you want to quick test run some code from...
## Problem overview The new irb version appears to have problems with vi-mode readline (don't know about emacs-mode). Not sure what the full extent of these problems is, but noticed...
Hi, I believe it would greatly help productivity if history didn't show duplicate entries when hitting the up arrow on the keyboard. Also, wouldn't it be possible to use the...
Take the following content of irbrc: ------------ def ll pp Dir.pwd end alias ls ll ------------ irb shows this warning: irb: warn: can't alias ls from irb_ls. I am not...
ref. https://github.com/ruby/irb/issues/326