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