Method: Rational.add
- Defined in:
- lib/y_support/abstract_algebra.rb
.add(other) ⇒ Object
110 |
# File 'lib/y_support/abstract_algebra.rb', line 110 def add( other ); self + other end |
110 |
# File 'lib/y_support/abstract_algebra.rb', line 110 def add( other ); self + other end |