# File lib/transitions.rb, line 67
  def cant_transition?(*events)
    !can_transition?(*events)
  end