# File lib/instance_state.rb, line 17
      def initialize(to, action)
        @to = to
        @action = action
      end