Method: Address#_add

Defined in:
lib/universum/address.rb

#_add(value) ⇒ Object



44
45
46
# File 'lib/universum/address.rb', line 44

def _add( value )
  @balance += value
end