ruby/lib/irb/command
Haroon Ahmed 8f6113a91e [ruby/irb] Add the ability to fetch and load multiple irb files.
(https://github.com/ruby/irb/pull/859)

This allows hierarchy when loading rc files for example both files below
are loaded;

project/.irbrc
~/.irbrc

b53ebc6655

Co-authored-by: Stan Lo <stan001212@gmail.com>
2024-03-05 16:07:45 +00:00
..
backtrace.rb
base.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
break.rb
catch.rb
chws.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
continue.rb
debug.rb [ruby/irb] Fix irb:rdbg for ruby head 2024-02-19 11:01:30 +09:00
delete.rb
edit.rb
exit.rb
finish.rb
force_exit.rb
help.rb
history.rb
info.rb
irb_info.rb [ruby/irb] Add the ability to fetch and load multiple irb files. 2024-03-05 16:07:45 +00:00
load.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
ls.rb
measure.rb
next.rb
pushws.rb [ruby/irb] Restructure workspace management 2024-03-01 15:51:29 +00:00
show_doc.rb [ruby/irb] Add help messages to show_source and show_doc 2024-02-25 15:22:33 +00:00
show_source.rb [ruby/irb] Add help messages to show_source and show_doc 2024-02-25 15:22:33 +00:00
step.rb
subirb.rb [ruby/irb] Turn on frozen literal in files 2024-02-23 10:53:53 +00:00
whereami.rb