module CoffeeScript::Source

def self.path=(path)

def self.path=(path)
  @contents = @version = @bare_option = @context = nil
  @path = path
end