# File lib/twitter/client/notification.rb, line 22
      def enable_notifications(user, options={})
        options.merge_user!(user)
        user = post("/1/notifications/follow.json", options)
        Twitter::User.new(user)
      end