# File lib/pry/code/loc.rb, line 27 def initialize(line, lineno) @tuple = [line.chomp, lineno.to_i] end