# File lib/couchrest/response.rb, line 12
    def [](key)
      super(key.to_s)
    end