Method: Chromate::Effect#==

Defined in:
lib/chromate/effect.rb

#==(other) ⇒ Boolean



79
80
81
# File 'lib/chromate/effect.rb', line 79

def ==(other)
  to_i == other.to_i
end