class Steep::Project::SourceFile

def initialize(path:)

def initialize(path:)
  @path = path
  @content = false
  self.content = ""
end