class Trivium::Songs::InWaves

Public Instance Methods

in_waves() click to toggle source
# File lib/trivium/songs/in_waves.rb, line 10
def in_waves
  4.times { scream "In waves" }
end
play() click to toggle source
# File lib/trivium/songs/in_waves.rb, line 4
def play
  in_waves
  verse
  in_waves
end
verse() click to toggle source
# File lib/trivium/songs/in_waves.rb, line 14
def verse
  sing "Do I end this all for the world to see."
  sing "Do I take everybody else down."
  sing "Everybody else down with me."
end