class IRB::Context

def history_file

A copy of the default IRB.conf[:HISTORY_FILE]
def history_file
  IRB.conf[:HISTORY_FILE]
end