class Byebug::InfoCommand

def info_line(*args)

def info_line(*args)
  return errmsg "\"info line\" not available here.\n" unless @state.context
  print "Line #{@state.line} of \"#{@state.file}\"\n"
end