class Byebug::InfoCommand::LineSubcommand

def execute

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