class Sentry::LineCache

def valid_path?(path)

def valid_path?(path)
  lines = getlines(path)
  !lines.nil?
end