Ruby – Syntax

  • Post author:
  • Post category:Ruby
  • Post comments:2 Comments

Let us write a simple program in ruby. All ruby files will have extension .rb. So, put the following source code in a test.rb file.Live Demo #!/usr/bin/ruby -w puts "Hello, Ruby!";…

Continue ReadingRuby – Syntax

Ruby Tutorial

  • Post author:
  • Post category:Ruby
  • Post comments:0 Comments

Ruby is a scripting language designed by Yukihiro Matsumoto, also known as Matz. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of…

Continue ReadingRuby Tutorial