Module: JarvisbotSongfinder::ReplyMessage::Song
- Defined in:
- lib/jarvisbot_songfinder/helpers/reply_message.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.currently_playing(song) ⇒ Object
96 97 98 |
# File 'lib/jarvisbot_songfinder/helpers/reply_message.rb', line 96 def self.(song) "#{song} is currently playing" end |
.not_playing ⇒ Object
100 101 102 |
# File 'lib/jarvisbot_songfinder/helpers/reply_message.rb', line 100 def self. "Nothing is currently playing" end |