Module: CoreEx::DependenciesExt::ConstantLoadPath

Included in:
Dependencies::ConstantLoadPath
Defined in:
lib/core_ex/dependencies_ext/constant_load_path.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#rootObject (readonly)

Returns the value of attribute root.



11
12
13
# File 'lib/core_ex/dependencies_ext/constant_load_path.rb', line 11

def root
  @root
end

Instance Method Details

#to_pathObject



12
13
14
# File 'lib/core_ex/dependencies_ext/constant_load_path.rb', line 12

def to_path
  root.to_path
end