+ 2
Ruby-Gems
How to use rubygems in Sololearn? And can i somehow check if the gems i want to use are available? Thanks
1 Answer
+ 4
Linux:
-Gem Installed (Lets call it: Flex)
Code:
require "Flex.rb" //Try with and without .rb
require_relative "Flex.rb" //Do this if Flex.rb and this code is in the same File and Directory, and again try without and with .rb