ruby/lib/irb/ext
tomoya ishida 6a505d1b59 [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 <stan001212@gmail.com>

---------

8fb776e379

Co-authored-by: Stan Lo <stan001212@gmail.com>
2024-04-10 16:52:53 +00:00
..
change-ws.rb [ruby/irb] Command implementation not by method 2024-04-10 16:52:53 +00:00
eval_history.rb [ruby/irb] Restructure workspace management 2024-03-01 15:51:29 +00:00
loader.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
multi-irb.rb [ruby/irb] Use markdown format for docs 2024-03-16 13:51:07 +00:00
tracer.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
use-loader.rb [ruby/irb] Restructure workspace management 2024-03-01 15:51:29 +00:00
workspaces.rb [ruby/irb] Command implementation not by method 2024-04-10 16:52:53 +00:00