# File lib/ice_cube/rule.rb, line 22 def ==(other) return false unless other.is_a? Rule hash == other.hash end