class Byebug::InfoCommand

def info_line(*args)

def info_line(*args)
  print "Line #{@state.line} of \"#{@state.file}\"\n"
end