class Byebug::Interface

def last_if_empty(input)

def last_if_empty(input)
  @last_line = input.empty? ? @last_line : input
end