Class: JazzupYourRails
- Inherits:
-
Object
- Object
- JazzupYourRails
- Defined in:
- lib/jazzup-your-rails.rb
Class Method Summary collapse
Class Method Details
.now! ⇒ Object
2 3 4 5 6 |
# File 'lib/jazzup-your-rails.rb', line 2 def self.now! file = File.dirname(__FILE__) + "/rails-song.mp3" pid = fork{ exec 'afplay', file } #pid = fork{ exec 'mpg123','-q', file } end |