Tutorials on Web Development, Programming, and Web Design

Installing ruby on Windows

In Tutorials

In this tutorial, we will install ruby on Windows 7.   See my other tutorial for installing ruby and rails on Windows 8. 1. Download and run the RubyInstaller for Windows...

read more

What is ruby nil?

In Tutorials

nil is ruby’s singleton object.  It is an instance of the NilClass which you can see when you do … nil.class and it returns NilClass Because nil is an singleton, there is always...

read more

What is the equal-tilde operator in ruby mean?

In Tutorials

The equal-tilde operator in ruby is the “match” operator.  It take an regular expression on the left hand side and the string to match on the right hand side.  The expression...

read more

What is the <=> operator in ruby?

In Tutorials

In ruby, the <=> operator is known as the combined comparison operator.  It is also known loosely as the “spaceship operator” because it looks like a spaceship. It compares the...

read more
Learn Web Tutorials is hosted by Hostmonster and design based on Wordpress template by Elegant Themes
All contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.