class SafeYAML::Transform::TransformationMap::CaseAgnosticMap

def include?(key)

def include?(key)
  super(key.downcase)
end