Methods

Facter::Util::Values

Public Instance Methods

convert(value) click to toggle source
    # File lib/facter/util/values.rb, line 7
 7:       def convert(value)
 8:         value = value.to_s if value.is_a?(Symbol)
 9:         value = value.downcase if value.is_a?(String)
10:         value
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.