Project

General

Profile

« Previous | Next » 

Revision ca764062

Added by tompng (tomoya ishida) over 1 year ago

[ruby/irb] Remove internal-only methods from Command::Base
(https://github.com/ruby/irb/pull/922)

  • Remove internal-only methods from Command::Base

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.

  • Update lib/irb/command/edit.rb

https://github.com/ruby/irb/commit/7405a841e8

Co-authored-by: Stan Lo