Method: TypeScript::Source.path=

Defined in:
lib/typescript.rb

.path=(path) ⇒ Object



21
22
23
24
# File 'lib/typescript.rb', line 21

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