Class: Skrillex::Dubstep

Inherits:
Object
  • Object
show all
Defined in:
lib/skrillex.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



14
15
16
17
# File 'lib/skrillex.rb', line 14

def execute
  puts "\n\nHold Command + PressLink:\n"
  puts "#{random_song} \n\n\n"
end

#random_songObject



6
7
8
9
10
11
12
# 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