Class: RubyTunes::Rap

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.playObject



37
38
39
# File 'lib/ruby_tunes.rb', line 37

def self.play
  Rap.new.open_in_browser
end

Instance Method Details

#open_in_browserObject



41
42
43
# File 'lib/ruby_tunes.rb', line 41

def open_in_browser
  Launchy.open($music["rap"].sample)
end