# File lib/plucky/options_hash.rb, line 36 def []=(key, value) key = normalized_key(key) @source[key] = normalized_value(key, value) end