Ruby while Loop The Ruby while loop is used to iterate a program several times. If the number of iterations is not…
Ruby Tutorial
-
-
Ruby XML (REXML) XML is eXtensible Markup Language like HTML. It allows programmers to develop applications that can be read by other…
-
Ruby XPath and XSLT Ruby XPath Ruby XPath is a language to find information in an XML file. It is an alternative…
-
What is Ruby Ruby is a dynamic, open source, object oriented and reflective programming language. Ruby is considered similar to Perl and…
-
Ruby OOPs Concept Ruby is a true object oriented language which can be embedded into Hypertext Markup Language. Everything in Ruby is…
-
Ruby Data types Data types represents a type of data such as text, string, numbers, etc. There are different data types in…
-
Ruby Date & Time Ruby has Mainly three classes related to date and time in its documentation. Date DateTime Time Date Ruby…
-
Ruby Directories Class Dir has directory streams as objects which represents directories in underlying file system. Directories are handled with Dir class.…
-
Ruby Exceptions Ruby exception is an object, an instance of the class Exception or descendent of that class. It represents some exceptional…
-
Features of Ruby Ruby language has many features. Some of them are explained below: Object-oriented Flexibility Expressive feature Mixins Visual appearance Dynamic…