How do I create a file with a ruby gem?

Viewed 43

my gem requires rails. Is it possible to create and add a file to the lib directory when the gem is installed so that the user can add their own code to that file without creating the file on their own?

0 Answers
Related