Method: Integer.add

Defined in:
lib/y_support/abstract_algebra.rb

.add(other) ⇒ Object



86
# File 'lib/y_support/abstract_algebra.rb', line 86

def add( other ); self + other end