After working through the Ruby section
of the Odin curriculum, you might want to try writing your own gem. It’s good practice and
helps get you familiar with the structure of the code you include in your Rails applications.
I found this tutorial helpful. It’s short and to the point. Follow along, and try to build something simple.
For me, I built a poker ranking library inspired by the rubyquiz. Feel free to take a look to get an idea on how to get started.