class Puppet::Pops::Loader::LoaderPaths::RubySmartPath
Constants
- EXTENSION
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 128 def effective_path(typed_name, start_index_in_name) 129 "#{File.join(generic_path, typed_name.name_parts)}.rb" 130 end
extension()
click to toggle source
# File lib/puppet/pops/loader/loader_paths.rb 123 def extension 124 EXTENSION 125 end