class Puppet::Pops::Loader::LoaderPaths::RubySmartPath

Public Instance Methods

effective_path(typed_name, start_index_in_name) click to toggle source

Duplication of extension information, but avoids one call

# File lib/puppet/pops/loader/loader_paths.rb, line 72
def effective_path(typed_name, start_index_in_name)
  "#{File.join(generic_path, typed_name.name_parts)}.rb"
end
extension() click to toggle source
# File lib/puppet/pops/loader/loader_paths.rb, line 67
def extension
  ".rb"
end