Class: Playmo::Silent
Instance Method Summary collapse
-
#initialize(recipe, &block) ⇒ Silent
constructor
A new instance of Silent.
Constructor Details
#initialize(recipe, &block) ⇒ Silent
Returns a new instance of Silent.
3 4 5 |
# File 'lib/playmo/silent.rb', line 3 def initialize(recipe, &block) Playmo::Action.new(recipe, &block) end |