diff options
author | Prajjwal Singh <[email protected]> | 2025-01-20 16:39:34 -0500 |
---|---|---|
committer | tomoya ishida <[email protected]> | 2025-01-22 23:08:34 +0900 |
commit | c6e8ee4514c8f24c211a5fb0b6291ac81ee83115 () | |
tree | 10a55f02ac3894ea387a0f6846df3aca352b43e9 /lib/irb/context.rb | |
parent | 89240eb2fbdbd9a46788b4976cd4bdf4cc58ada2 (diff) |
[ruby/irb] Add copy command (https://.com/ruby/irb/pull/1044)
Closes https://.com/ruby/irb/pull/753 https://.com/ruby/irb/commit/a24ac53d48
Notes: Merged: https://.com/ruby/ruby/pull/12612
-rw-r--r-- | lib/irb/context.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -264,6 +264,8 @@ module IRB attr_reader :use_autocomplete # A copy of the default <code>IRB.conf[:INSPECT_MODE]</code> attr_reader :inspect_mode # A copy of the default <code>IRB.conf[:PROMPT_MODE]</code> attr_reader :prompt_mode |