Sha256: 34f93e18bbf7e138d96f35bf0a924b78a936a0671129fbaaf11613734c0d9d32

Contents?: true

Size: 434 Bytes

Versions: 120

Compression:

Stored size: 434 Bytes

Contents

# frozen_string_literal: true

require 'eac_config/entry_path'
require 'eac_config/paths_hash'
require 'eac_ruby_utils/core_ext'

module EacConfig
  class PrefixedPathNode
    require_sub __FILE__
    include ::EacConfig::Node
    common_constructor :from_node, :path_prefix do
      self.path_prefix = ::EacConfig::EntryPath.assert(path_prefix)
    end

    def entry(path)
      ::EacConfig::Entry.new(self, path)
    end
  end
end

Version data entries

120 entries across 120 versions & 2 rubygems

Version Path
eac_tools-0.70.1 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.70.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.69.1 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.69.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.68.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.67.1 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.67.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.66.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.65.1 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.65.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.64.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.63.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.62.1 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.62.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.61.1 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.61.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.60.3 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.60.2 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.60.1 sub/eac_config/lib/eac_config/prefixed_path_node.rb
eac_tools-0.60.0 sub/eac_config/lib/eac_config/prefixed_path_node.rb