# File lib/hashie/mash.rb, line 69
    def [](key)
      regular_reader(convert_key(key))
    end