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