# File lib/restclient/resource.rb, line 133
    def [](suburl)
      self.class.new(concat_urls(url, suburl), options)
    end