method

init_save_history

v1_8_7_72 - Show latest stable - Class: IRB::Context
init_save_history()
public

No documentation available.

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