module BomEasterEgg
BomEasterEgg — joke responses for the BOM weather plugin.
Constants
- PEARL_HARBOUR_PHRASES
Public Instance Methods
Source
# File lib/bom_easter_egg.rb, line 11 def pearl_harbour_easter_egg?(text) normalized = TextUtil.squish(text).downcase.sub(/\A6\s+/, "") PEARL_HARBOUR_PHRASES.include?(normalized) end
Source
# File lib/bom_easter_egg.rb, line 16 def trout_slap_message(nick:) "slaps #{nick} around a bit with a large trout" end