Hash
# File lib/safe_yaml/transform/transformation_map.rb, line 9 def initialize(*args) super end
# File lib/safe_yaml/transform/transformation_map.rb, line 17 def [](key) super(key.downcase) end
OK, I actually don't think it's all that important that this map be frozen.
# File lib/safe_yaml/transform/transformation_map.rb, line 23 def freeze self end
# File lib/safe_yaml/transform/transformation_map.rb, line 13 def include?(key) super(key.downcase) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.