Class: Beeps::Gain

Inherits:
Object
  • Object
show all
Defined in:
lib/beeps/processor.rb

Instance Method Summary collapse

Constructor Details

#initialize(gain = 1, **kwargs, &block) ⇒ Gain

Returns a new instance of Gain.



99
100
101
# File 'lib/beeps/processor.rb', line 99

def initialize(gain = 1, **kwargs, &block)
  super(gain: gain, **kwargs, &block)
end