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 129 def effective_path(typed_name, start_index_in_name) 130 "#{File.join(generic_path, typed_name.name_parts)}.rb" 131 end
extension()
click to toggle source
# File lib/puppet/pops/loader/loader_paths.rb 124 def extension 125 EXTENSION 126 end