Project

General

Profile

« Previous | Next » 

Revision 6a505d1b

Added by tompng (tomoya ishida) about 1 year ago

[ruby/irb] Command implementation not by method
(https://github.com/ruby/irb/pull/824)

  • Command is not a method

  • Fix command test

  • Implement non-method command name completion

  • Add test for ExtendCommandBundle.def_extend_command

  • Add helper method install test

  • Remove spaces in command input parse

  • Remove command arg unquote in help command

  • Simplify Statement and handle execution in IRB::Irb

  • Tweak require, const name

  • Always install CommandBundle module to main object

  • Remove considering local variable in command or expression check

  • Remove unused method, tweak

  • Remove outdated comment for help command arg

Co-authored-by: Stan Lo


https://github.com/ruby/irb/commit/8fb776e379

Co-authored-by: Stan Lo