class StringInfinity

Public Instance Methods

-@() click to toggle source
# File lib/string_infinity.rb, line 2
def -@
  String::INFINITY_NEGATIVE
end
==(other) click to toggle source
# File lib/string_infinity.rb, line 6
def ==(other)
  self.class == other.class
end