Hello all,

I'm working on creating a simple gem 'fibs' with few simple functions.
I have implemented a class 'Sequence' and a object method for it.
https://github.com/cdwijayarathna/GemTest
I like to add some class level functions (i.e. Fibs.Sequence.add(a,b)) and
module level functions (Fibs.sub(a,b)) to this gem.
How can I do this?

Thank You!

-- 
*Chamila Dilshan Wijayarathna,*
SMIEEE, SMIESL,
Undergraduate,
Department of Computer Science and Engineering,
University of Moratuwa.

Reply via email to