1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb
NARUSE, Yui 3407b7d8a6 Revert "Prefer #send over #__send__ when it is clear there is no possible conflict"
This reverts commit 4dba0c1a8e.

Matz's comment is "send is not deprecated. __send__ is safer".
But "Prefer #send over #__send__" is not reasonable.
2020-11-05 20:54:34 +09:00
..
cmd Revert "Prefer #send over #__send__ when it is clear there is no possible conflict" 2020-11-05 20:54:34 +09:00
ext [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
lc
.document
color.rb
completion.rb Revert "Prefer #send over #__send__ when it is clear there is no possible conflict" 2020-11-05 20:54:34 +09:00
context.rb [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIGNMENT 2020-09-19 05:13:08 +09: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 Separate send into public_send and __send__ 2020-10-27 16:12:45 +09:00
frame.rb
help.rb [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
init.rb [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIGNMENT 2020-09-19 05:13:08 +09:00
input-method.rb [ruby/irb] Add OMIT_ON_ASSIGNMENT 2020-09-14 02:13:11 +09:00
inspector.rb [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
irb.gemspec [ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of reline 0.1.5 or later 2020-09-14 02:13:32 +09:00
locale.rb
magic-file.rb
notifier.rb
output-method.rb
ruby-lex.rb
ruby_logo.aa [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
src_encoding.rb
version.rb [ruby/irb] Version 1.2.7 2020-09-19 05:13:08 +09:00
workspace.rb Separate send into public_send and __send__ 2020-10-27 16:12:45 +09:00
ws-for-case-2.rb
xmp.rb