For plugin namespacing
# File lib/ohai/dsl/plugin.rb, line 36 def self.strict_const_defined?(const) const_defined?(const) end
# File lib/ohai/dsl/plugin.rb, line 30 def self.valid_name?(name) name.is_a?(Symbol) && name.to_s.match(/^[^A-Z]|_/).nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.