ruby/lib/irb
Stan Lo 3d6500ee6e [ruby/irb] workspace.rb cleanup
(https://github.com/ruby/irb/pull/489)

* Remove unnecessary Binding#source_location check

`Binding#source_location` was added in 2.6, which is the minimum supported
version now. So this check is no longer necessary.

* Remove unused IRB.delete_caller

This method was added in the earliest version of IRB:

f47808999d

But it's not currently referenced by anything. We can verify this with a
org-wide search result:

https://github.com/search?q=org%3Aruby+delete_caller&type=code
2023-01-04 09:35:57 +00:00
..
cmd [ruby/irb] Respect DLEXT to force-load debug.so 2022-12-20 09:07:54 -08:00
ext [ruby/irb] Use class methods of `File` over `Kernel.open` 2022-11-30 10:18:57 +00:00
lc [ruby/irb] Remove unused error 2022-10-03 07:00:54 +09:00
.document [ruby/irb] Exclude useless files from RDoc 2020-02-01 17:03:59 +09:00
color.rb [ruby/irb] Assert lvars_code doesn't include \n 2022-10-18 06:03:23 +00:00
color_printer.rb [ruby/irb] shortcut colorize_code to speedup pretty_print 2022-08-04 08:37:03 +09:00
completion.rb [ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore Java 2022-11-17 03:39:04 +00:00
context.rb [ruby/irb] Add commands to start and use the debugger 2022-11-21 08:46:27 +00:00
easter-egg.rb Revert "Prefer #send over #__send__ when it is clear there is no possible conflict" 2020-11-05 20:54:34 +09:00
extend-command.rb [ruby/irb] Add show_doc as an alias to the help command 2022-12-08 21:46:55 +00:00
frame.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
help.rb [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
init.rb [ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the HOME directory, not current directory 2022-12-27 00:09:12 +00:00
input-method.rb [ruby/irb] Rename leftover Reidline references 2022-11-15 10:08:28 +00:00
inspector.rb [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374) 2022-06-28 22:30:42 +09:00
irb.gemspec Drop Ruby 2.5 support 2022-11-17 13:06:32 +09:00
locale.rb Use Reline.encoding_system_needs if exists 2020-01-14 15:40:38 +09:00
magic-file.rb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
notifier.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
output-method.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
ruby-lex.rb [ruby/irb] Fix prompt and code mismatch 2023-01-02 19:25:11 +00:00
ruby_logo.aa [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
src_encoding.rb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
version.rb [ruby/irb] Version 1.6.2 2022-12-20 09:07:55 -08:00
workspace.rb [ruby/irb] workspace.rb cleanup 2023-01-04 09:35:57 +00:00
ws-for-case-2.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
xmp.rb [ruby/irb] Prefer require_relative to load the files in this library 2020-08-18 14:38:01 +09:00