module JarvisbotSongfinder::ReplyMessage::Song

Public Class Methods

currently_playing(song) click to toggle source
# File lib/jarvisbot_songfinder/helpers/reply_message.rb, line 96
def self.currently_playing(song)
  "#{song} is currently playing"
end
not_playing() click to toggle source
# File lib/jarvisbot_songfinder/helpers/reply_message.rb, line 100
def self.not_playing
  "Nothing is currently playing"
end