summaryrefslogtreecommitdiff
path: root/lib/irb.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-01-29 00:21:25 +0900
committeraycabta <aycabta@gmail.com>2020-02-02 03:22:51 +0900
commit7e2ed7d1aaee74b6d1df82f8f97677c513b3878b (patch)
tree348c75e5262077896c6e8ddff035e9fdabd833da /lib/irb.rb
parent37e0f55c5a317b2b974997ee28131705222484b7 (diff)
[ruby/irb] Add a new easter egg: dancing ruby
https://github.com/ruby/irb/commit/e37dc7e58e
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index ac868d9405..de5af30abe 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -21,6 +21,7 @@ require "irb/locale"
require "irb/color"
require "irb/version"
+require "irb/easter-egg"
# IRB stands for "interactive Ruby" and is a tool to interactively execute Ruby
# expressions read from the standard input.