Class: WhirledPeas::Command::Play

Inherits:
Base
  • Object
show all
Defined in:
lib/whirled_peas/command/play.rb

Overview

Start the animation

Defined Under Namespace

Classes: ApplicationPlayer, FilePlayer, NullPlayer

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.descriptionObject



72
73
74
# File 'lib/whirled_peas/command/play.rb', line 72

def self.description
  'Play an animation from an application or prerecorded file'
end

Instance Method Details

#startObject



76
77
78
79
# File 'lib/whirled_peas/command/play.rb', line 76

def start
  super
  player.play
end