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