C
Cedric Vicenti
Hi guys,
my ruby code is now a long file and I'd like to split it into different
smaller files so that I could reuse them in different programs and make
my original code smaller at the same time.
One file should be used as the master and will reference the code of the
other files.
Is it feasible? Do I have to create some sort of a #include command or
create function objects (I just need a code split, I do not want to
create objects).
thank you.
my ruby code is now a long file and I'd like to split it into different
smaller files so that I could reuse them in different programs and make
my original code smaller at the same time.
One file should be used as the master and will reference the code of the
other files.
Is it feasible? Do I have to create some sort of a #include command or
create function objects (I just need a code split, I do not want to
create objects).
thank you.