Methods

Facter::Util::Values

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.