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
Benoit Daloze
4dba0c1a8e
Prefer #send over #__send__ when it is clear there is no possible conflict
...
* Reverts part of 3198e7abd7
.
* If the rule is #send should be deprecated, that should be ruled by matz,
there is no such rule currently and gems seem to prefer #send
overwhelmingly.
2020-11-05 11:23:27 +01:00
Nobuyoshi Nakada
3198e7abd7
Separate send
into public_send
and __send__
2020-10-27 16:12:45 +09:00
aycabta
16f5d63bad
[ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5
...
https://github.com/ruby/irb/commit/5d628ca40e
2020-02-12 13:14:28 +09:00
Yusuke Endoh
7e2ed7d1aa
[ruby/irb] Add a new easter egg: dancing ruby
...
https://github.com/ruby/irb/commit/e37dc7e58e
2020-02-02 03:22:51 +09:00