[ruby/irb] Remove internal-only methods from Command::Base (https://github.com/ruby/irb/pull/922)
Command#ruby_args and Command#unwrap_string_literal are used for default command's argument backward compatibility. Moved these methods to another module to avoid being used from custom commands.
https://github.com/ruby/irb/commit/7405a841e8
Co-authored-by: Stan Lo stan001212@gmail.com
[ruby/irb] Remove internal-only methods from Command::Base
(https://github.com/ruby/irb/pull/922)
Command#ruby_args and Command#unwrap_string_literal are used for default command's argument backward compatibility.
Moved these methods to another module to avoid being used from custom commands.
https://github.com/ruby/irb/commit/7405a841e8
Co-authored-by: Stan Lo stan001212@gmail.com