# File lib/acts_as_voter.rb, line 63
        def vote_against(voteable)
          self.vote(voteable, false)
        end