# File lib/transitions/state_transition.rb, line 63 def ==(other) @from == other.from && @to == other.to end