class Byebug::InfoCommand::LineCommand

def execute

def execute
  puts "Line #{frame.line} of \"#{frame.file}\""
end