Method: Myth::Source.path=

Defined in:
lib/myth.rb

.path=(path) ⇒ Object



14
15
16
17
# File 'lib/myth.rb', line 14

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