Module: CoreEx::DependenciesExt::ConstantLoadPath
- Included in:
- Dependencies::ConstantLoadPath
- Defined in:
- lib/core_ex/dependencies_ext/constant_load_path.rb
Instance Attribute Summary collapse
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Method Summary collapse
Instance Attribute Details
#root ⇒ Object (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_path ⇒ Object
12 13 14 |
# File 'lib/core_ex/dependencies_ext/constant_load_path.rb', line 12 def to_path root.to_path end |