Class: EacConfig::YamlFileNode::SelfEntries

Inherits:
Object
  • Object
show all
Defined in:
lib/eac_config/yaml_file_node/self_entries.rb

Defined Under Namespace

Classes: DataNode

Instance Method Summary collapse

Instance Method Details

#resultArray<EacConfig::YamlFileNode>

Returns:



17
18
19
# File 'lib/eac_config/yaml_file_node/self_entries.rb', line 17

def result
  head_node.result.map { |found_path| ::EacConfig::YamlFileNode::Entry.new(node, found_path) }
end