class Opal::REPL
def load_history
def load_history return unless @history File.read(HISTORY_PATH).lines.each { |line| Readline::HISTORY.push line.strip } end
def load_history return unless @history File.read(HISTORY_PATH).lines.each { |line| Readline::HISTORY.push line.strip } end