Class: Playmo::Silent

Inherits:
Object show all
Defined in:
lib/playmo/silent.rb

Instance Method Summary collapse

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