需要 ruby 大于等于 2.7
irb
IRB.send :easter_egg, :dancing
2.7.2 刚试了下只输入 IRB.send :easter_egg 返回随机结果,可能是静态的也可能是动态的
2.7.2
IRB.send :easter_egg
嗯,共有两种,如果不填 type,就随机。
IRB.send :easter_egg, :logo IRB.send :easter_egg, :dancing
2.7.0p0 返回了 NoMethodError (undefined method 'easter_egg' for IRB:Module)
2.7.0p0
NoMethodError (undefined method 'easter_egg' for IRB:Module)