# File lib/mongo/gridfs/grid_io.rb, line 61
    def [](key)
      @custom_attrs[key] || instance_variable_get("@#{key.to_s}")
    end