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