How-to How to install or uninstall a gem in Ruby When you start with Ruby or Ruby on Rails development, first thing that you will start-up with is Installing Gems on your machine. In Ruby, you have to install a gem so that you
How-to How to Check if value is included in between the range? There are many ways of doing the same thing in Ruby. How to check if a number is between the two values?
How-to Concatenate Strings – How to? There are many ways of concatenating Strings in Ruby. Before proceeding let us see how to create a simple string in Ruby.