lib/input_sequencer.rb in markdown_exec-2.0.0 vs lib/input_sequencer.rb in markdown_exec-2.0.1

- old
+ new

@@ -1,10 +1,10 @@ #!/usr/bin/env bundle exec ruby # frozen_string_literal: true # encoding=utf-8 -require_relative 'dev/instance_method_wrapper' # for ImwUx +# require_relative 'dev/instance_method_wrapper' # for ImwUx require_relative 'env' require_relative 'link_history' # InputSequencer manages the sequence of menu interactions and block executions based on user input. class InputSequencer