summaryrefslogtreecommitdiff
path: root/lib/irb/context.rb
diff options
context:
space:
mode:
authortomoya ishida <[email protected]>2024-09-20 19:13:34 +0900
committergit <[email protected]>2024-09-20 10:13:39 +0000
commit34e008d0756a355e0658f9b52f7d66b4b8eee388 ()
tree2a5e69adc5edd4e47b31541b3c0e50b631b92ecb /lib/irb/context.rb
parentcf29594c03f7d3d4200ab346d81008b66301be36 (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.rb15
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