Hello Ruby ProgramNow we will write a simple program of Ruby. Before writing Hello World program, we are assuming that you have successfully installed Ruby in your system. Requirement for Hello Ruby Program
Creating Hello Ruby Program1) Use any text editor and create a hello.rb file. Write the following code, 2) Connect Ruby path to the above file. We have created hello.rb file in the Desktop. So first we need to go the Desktop directory through our console. 3) Run the following command. This is final output of our Hello Ruby program.
Next TopicRuby operators
|