Class: StringInfinity
- Inherits:
-
String
- Object
- String
- StringInfinity
- Defined in:
- lib/string_infinity.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#-@ ⇒ Object
2 3 4 |
# File 'lib/string_infinity.rb', line 2 def -@ String::INFINITY_NEGATIVE end |
#==(other) ⇒ Object
6 7 8 |
# File 'lib/string_infinity.rb', line 6 def ==(other) self.class == other.class end |