# File temp/validation/validation.rb, line 53
      def []=( event, state )
        @states << [event, state]
        return state
      end