Class: EacConfig::PrefixedPathNode
- Inherits:
-
Object
- Object
- EacConfig::PrefixedPathNode
- Includes:
- Node
- Defined in:
- lib/eac_config/prefixed_path_node.rb,
lib/eac_config/prefixed_path_node/entry.rb
Defined Under Namespace
Classes: Entry
Instance Attribute Summary
Attributes included from Node
Instance Method Summary collapse
Methods included from Node
context, #entries, #load_path, #recursive_loaded_nodes, #self_entry, #self_entry_class, #self_loaded_nodes, #url, #with_prefix
Instance Method Details
#entry(path) ⇒ Object
15 16 17 |
# File 'lib/eac_config/prefixed_path_node.rb', line 15 def entry(path) ::EacConfig::Entry.new(self, path) end |