class Skrillex::Dubstep

Public Instance Methods

execute() click to toggle source
# File lib/skrillex.rb, line 14
def execute
  puts "\n\nHold Command + PressLink:\n"
  puts "#{random_song} \n\n\n"
end
random_song() click to toggle source
# File lib/skrillex.rb, line 6
def random_song
  [
    "Bangarang - https://www.youtube.com/watch?v=YJVmu6yttiw",
    "jr.gong - https://www.youtube.com/watch?v=BGpzGu9Yp6Y",
    "first of the yeaer - https://www.youtube.com/watch?v=2cXDgFwE13g"
  ]
end