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.currently_playing(song)
  "#{song} is currently playing"
end

.not_playingObject



100
101
102
# File 'lib/jarvisbot_songfinder/helpers/reply_message.rb', line 100

def self.not_playing
  "Nothing is currently playing"
end