Class: WhirledPeas::Command::Play
- Inherits:
-
Base
- Object
- Base
- WhirledPeas::Command::Play
- 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
.description ⇒ Object
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
#start ⇒ Object
76 77 78 79 |
# File 'lib/whirled_peas/command/play.rb', line 76 def start super player.play end |