Parent

Methods

SafeYAML::Transform::ToNil

Constants

PREDEFINED_VALUES

Public Instance Methods

transform?(value) click to toggle source
# File lib/safe_yaml/transform/to_nil.rb, line 10
def transform?(value)
  key = value.downcase
  return PREDEFINED_VALUES.include?(key), PREDEFINED_VALUES[key]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.