class Rubycritic::Location

def initialize(path, line)

def initialize(path, line)
  @pathname = Pathname.new(path)
  @line = line
end