@return [Boolean]
# File lib/cinch/mask.rb, line 18 def ==(other) other.respond_to?(:mask) && other.mask == @mask end
@return [Boolean]
# File lib/cinch/mask.rb, line 23 def eql?(other) other.is_a?(self.class) && self == other end
Generated with the Darkfish Rdoc Generator 2.