Method: AtLib#add

Defined in:
lib/at_lib.rb

#add(a, b) ⇒ Object



6
7
8
# File 'lib/at_lib.rb', line 6

def add(a,b)
  c = a+b
end