module Jetox
Constants
- VERSION
Public Class Methods
engage()
click to toggle source
# File lib/jetox.rb, line 4 def self.engage jetox_path = File.dirname(__FILE__)+'/../media/jetox.mp3' `afplay #{jetox_path}` end