Class: ModuleType

Inherits:
BaseType show all
Defined in:
lib/kwala/lib/code_analyzer.rb

Instance Attribute Summary collapse

Attributes inherited from BaseType

#children, #end_line, #name, #start_line, #tokens

Method Summary

Methods inherited from BaseType

create_types_from_tokens, #initialize, #sub_types

Constructor Details

This class inherits a constructor from BaseType

Instance Attribute Details

#includesObject

Returns the value of attribute includes.



606
607
608
# File 'lib/kwala/lib/code_analyzer.rb', line 606

def includes
  @includes
end