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