= private = protected
history_file=(hist)
Set IRB.conf[:HISTORY_FILE] to the given hist.
# File lib/irb/ext/save-history.rb, line 55 def history_file=(hist) IRB.conf[:HISTORY_FILE] = hist end