Exception: CodeModels::NoLanguageRegistered

Inherits:
Exception
  • Object
show all
Defined in:
lib/codemodels/language.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ NoLanguageRegistered

Returns a new instance of NoLanguageRegistered.



36
37
38
# File 'lib/codemodels/language.rb', line 36

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



34
35
36
# File 'lib/codemodels/language.rb', line 34

def path
  @path
end