Class: TTT::Interface::Limelight
- Inherits:
-
Object
- Object
- TTT::Interface::Limelight
- Defined in:
- lib/ttt/interface/limelight.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Limelight
constructor
A new instance of Limelight.
- #play ⇒ Object
Constructor Details
#initialize(*args) ⇒ Limelight
Returns a new instance of Limelight.
9 10 |
# File 'lib/ttt/interface/limelight.rb', line 9 def initialize(*args) end |
Instance Method Details
#play ⇒ Object
12 13 14 |
# File 'lib/ttt/interface/limelight.rb', line 12 def play system "limelight", "open", "#{File.dirname(__FILE__)}/limelight" end |