method
init_save_history
init_save_history()
public
Hide source
# File lib/irb/ext/save-history.rb, line 19 def init_save_history# :nodoc: unless (class<<@io;self;end).include?(HistorySavingAbility) @io.extend(HistorySavingAbility) end end