# File lib/hashie/mash.rb, line 79 def [](key) value = regular_reader(convert_key(key)) yield value if block_given? value end