irb icon indicating copy to clipboard operation
irb copied to clipboard

interactive Ruby

Results 106 irb issues
Sort by recently updated
recently updated
newest added

## Description What are your expected behavior and actual behavior of your environment? Alt + . used to cycle through the previous lines arguments in readline, but it doesn't do...

## Description ruby 2.7.0 & irb 1.2.1 (2019-12-24), press up arrow and the following exception is raised: ```txt irb(main):001:0> Traceback (most recent call last): 35: from /Users/dlary/.rbenv/versions/2.7.0/bin/irb:23:in `' 34: from...

from https://github.com/ruby/irb/pull/254#issuecomment-871698900 Separation running and input interpreters sounds good. But I know it's never easy. At first I can do is creating issue so I do. ## Expected benefits -...

## Description I have been working to switch JRuby to reline+irb gems and things are close but I have seen two issues testing it today. 1. Backspace does not work....

I'm struggling with irb 3.0 (for a number of reasons, e.g., unexpected termination of the session, difficulties cutting and pasting, etc.) I'd love to help people improve irb, and am...

## Description Literal type (or `@ltype`) is this character in the end of prompt: ``` ↓ 2.6.3 :001 > 'closed string' 2.6.3 :002"> %Q[not closed array of words 2.6.3 :003/>...

https://github.com/ruby/irb/blob/13572d8cdcc31d63f7c1fe6af8e892a60c5727ab/lib/irb.rb#L465-L467 When used in code which already has signal handlers, it seems like the signal handling is never restored.

## Description completion for Symbols in `multiline mode` doesn't work well. What are your expected behavior and actual behavior of your environment? (TAB) is hit TAB key expected: ```ruby $...

1. input `define_method "a".encode(Encoding::UTF_16) do end` and Enter on UTF-8 terminal env 1. press Tab 1. crash

Hi, I just stumbled over an issue where my application raised an exception and due to a corner case in my Rails app, the exception class had an empty #to_s...