# File lib/twitter/client/block.rb, line 55
      def block?(user, options={})
        options.merge_user!(user)
        get("/1/blocks/exists.json", options, :raw => true)
        true
      rescue Twitter::Error::NotFound
        false
      end