Ruby-Gems | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

Ruby-Gems

How to use rubygems in Sololearn? And can i somehow check if the gems i want to use are available? Thanks

29th Apr 2017, 11:41 AM
Yoshyy
Yoshyy - avatar
1 Antwort
+ 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
29th Apr 2017, 2:41 PM
Complex
Complex - avatar