0
How do I run a ruby file from a ruby file.
I'm trying to use multiple files to code in ruby but I don't know if its possible
3 ответов
+ 4
Elijah Do you want import the different files of the same project into your main code or what ?
Can't get you.
+ 2
➡ copy ruby code from file and paste on sololearn Ruby codeplayground
0
I'm not using sololearn for the coding but I want to separate my code into multiple files. in one file I a have some code to give an option between three games, but I want to put the games all in separate files.