This class represents masks, which are primarily used for bans.
@return [Boolean] @since 1.1.0
# File lib/cinch/mask.rb, line 23 def ==(other) other.respond_to?(:mask) && other.mask == @mask end
@return [Boolean] @since 1.1.0
# File lib/cinch/mask.rb, line 29 def eql?(other) other.is_a?(self.class) && self == other end
@return [Fixnum]
# File lib/cinch/mask.rb, line 34 def hash @mask.hash end
Generated with the Darkfish Rdoc Generator 2.