class Trivium::Songs::TheSinAndTheSentence

Public Instance Methods

play() click to toggle source
# File lib/trivium/songs/the_sin_and_the_sentence.rb, line 4
def play
  sing "I heard the passing bells calling out my name"
  sing "I knew I'd never see another day"
  sing "I couldn't swim against the tides of blame"
  sing "I knew there was no other way"
  sing "You better practice your lines"
  sing "You better practice your words"
  sing "And so on....."
end