Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about Ruby

How to load a ruby file in rubygems?

Dec 11, 2021 03:00 0 Comment Ruby

That’s basically it for what’s in a gem. Drop Ruby code into lib, name a Ruby file the same as your gem (for the gem “freewill” the file should be freewill.rb, see also name your gem) and it’s loadable by RubyGems.Next, where do I put my RubyGems lib file? Once you’ve required ap, RubyGems automatic