Class: TTT::Interface::Limelight

Inherits:
Object
  • Object
show all
Defined in:
lib/ttt/interface/limelight.rb

Instance Method Summary collapse

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

#playObject



12
13
14
# File 'lib/ttt/interface/limelight.rb', line 12

def play
  system "limelight", "open", "#{File.dirname(__FILE__)}/limelight"
end