# File lib/twitter/api.rb, line 2246
    def blocking(options={})
      collection_from_response(Twitter::User, :get, "/1/blocks/blocking.json", options)
    end