class IRB::Context

def init_save_history

def init_save_history
  unless (class<<@io;self;end).include?(HistorySavingAbility)
    @io.extend(HistorySavingAbility)
  end
end