class Pry::Code::LOC
def initialize(line, lineno)
-
lineno
(Integer
) -- The position of the +line+. -
line
(String
) -- The line of code.
def initialize(line, lineno) @tuple = [line.chomp, lineno.to_i] end
lineno
(Integer
)
-- The position of the +line+.
line
(String
)
-- The line of code.
def initialize(line, lineno) @tuple = [line.chomp, lineno.to_i] end