# File lib/transitions/event.rb, line 53 def transitions_from_state?(state) @transitions.any? { |t| t.from? state } end