A new instance of 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