class IRB::Context

def history_file=(hist)

def history_file=(hist)
  IRB.conf[:HISTORY_FILE] = hist
end