mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
82d4da7816
commit
7fa86de15b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module IRB
|
|||
IRB.conf[:SAVE_HISTORY]
|
||||
end
|
||||
|
||||
remove_method :save_history= if method_defined?(:save_history=)
|
||||
remove_method(:save_history=) if method_defined?(:save_history=)
|
||||
# Sets <code>IRB.conf[:SAVE_HISTORY]</code> to the given +val+ and calls
|
||||
# #init_save_history with this context.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue