class Tone::Effect::Base
Public Instance Methods
==(other)
click to toggle source
# File lib/tone/effect.rb, line 10 def ==(other) self.class == other.class end
# File lib/tone/effect.rb, line 10 def ==(other) self.class == other.class end