# File lib/mcollective/pluginpackager.rb, line 12 def self.[](klass) const_get("#{klass}") end
# File lib/mcollective/pluginpackager.rb, line 22 def self.check_dir_present(path) (File.directory?(path) && !Dir.glob(File.join(path, "*")).empty?) end
Generated with the Darkfish Rdoc Generator 2.