Class: Tone::Effect::Base

Inherits:
Object
  • Object
show all
Includes:
Native
Defined in:
lib/tone/effect.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



10
11
12
# File 'lib/tone/effect.rb', line 10

def ==(other)
  self.class == other.class
end