aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/easter-egg.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui2020-11-051-1/+1
* Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze2020-11-051-1/+1
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+2
* [ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5aycabta2020-02-121-1/+1
* [ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh2020-02-021-0/+137