method

init_save_history

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

No documentation available.

# 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