# File lib/transitions/state_transition.rb, line 67
    def from?(value)
      @from == value
    end