mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
![]() (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:
|
||
---|---|---|
.. | ||
cmd | ||
ext | ||
lc | ||
.document | ||
color.rb | ||
color_printer.rb | ||
completion.rb | ||
context.rb | ||
easter-egg.rb | ||
extend-command.rb | ||
frame.rb | ||
help.rb | ||
init.rb | ||
input-method.rb | ||
inspector.rb | ||
irb.gemspec | ||
locale.rb | ||
magic-file.rb | ||
notifier.rb | ||
output-method.rb | ||
ruby-lex.rb | ||
ruby_logo.aa | ||
src_encoding.rb | ||
version.rb | ||
workspace.rb | ||
ws-for-case-2.rb | ||
xmp.rb |