diff options
author | tomoya ishida <[email protected]> | 2024-09-20 19:13:34 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-09-20 10:13:39 +0000 |
commit | 34e008d0756a355e0658f9b52f7d66b4b8eee388 () | |
tree | 2a5e69adc5edd4e47b31541b3c0e50b631b92ecb /lib/irb/context.rb | |
parent | cf29594c03f7d3d4200ab346d81008b66301be36 (diff) |
[ruby/irb] Fix debug command in nomultiline mode
(https://.com/ruby/irb/pull/1006) * Fix debug command in nomultiline mode * context.colorize_code -> context.colorize_input https://.com/ruby/irb/commit/71f4d6bfb5
-rw-r--r-- | lib/irb/context.rb | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -649,6 +649,21 @@ module IRB end end def inspect_last_value # :nodoc: @inspect_method.inspect_value(@last_value) end |