class Utils::LineBlamer

def self.for_line(line)

def self.for_line(line)
  location = line.source_location and new(*location)
end