===

fix == other â true or false
Instance Public methods

Return true if fix equals other numerically.

1 == 2      #=> false
1 == 1.0    #=> true
doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.