class SimpleCov::SourceFile

def shebang?(line)

def shebang?(line)
  SHEBANG_REGEX.match?(line)
end