Ruby Beginner Tutorial 5 | Basic Ruby Commands

preview_player
Показать описание
ruby -v // to check ruby version
ruby -e "puts 'Hello World'" // run a ruby program
man ruby // ruby help and documentation
gem -v // ruby gem version
gem sources // source of ruby gem
gem list // list of ruby gems installed
irb // interactive ruby

#RubyBeginnerTutorials

You can support my mission for education by sharing this knowledge and helping as many people as you can

If my work has helped you, consider helping any animal near you, in any way you can.

________ ONLINE COURSES TO LEARN ________

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

-------------VIRTUALISATION-------------
------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ PROGRAMMING ------------

------------ IDE ------------

------------ BUILD TOOLS ------------

------------ OTHERS ------------

----------- Connect with Raghav ------------

Never Stop Learning
Raghav
Рекомендации по теме
Комментарии
Автор

Automation with Ruby could be interesting!!

sebastus
Автор

Hi, it might be a silly Q, can I run a fork from git hub in ruby ?

cryptobowzermining
Автор

Sir I am using VSCode. The code runs but the output isnt shown, what should I do ?

mridulsharma
Автор

I am unable to execute the command man ruby on windows, could you please guide me?

krishnathakker
Автор

Hello Sir.. can you please take one session on docker?

swapnilgawade
Автор

@echo off
prompt $s
cls
goto loop
:loop
set /p rub=
ruby -e '%rub%'
goto loop

::save this as cmd file like lol.cmd
::this is command prompt that runs ruby

lukasjetu
visit shbcf.ru