WowKhmer Tech

Post tagged "Ruby"

If you cannot find what you are looking for, check the archives or use the category list provided in the right side-bar to view postings by category.

Here are the results of your request:

14 Oct 2009

Method Access Levels in Ruby

A common point of confusion on method access levels for some programmers who just started in Ruby. There are three access levels: public, protected, and private. Public methods can be called by anyone—no access control is...

20 Jan 2009

.NET Coder should give Ruby a try!

Last weekend, I gave Ruby a try. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to...