Saturday, January 26, 2013

Today in Intermediate RailsBridge!

Going through the Intermediate RailsBridge Curriculum, building it without using most of the generators to understand the structures.

Also, five different types Ruby of variables and when they're used.


1st letter type           scope/extent
a_z local           method
@ instance           object
@@ class           class
A-Z constant           program
$ global           program





No comments:

Post a Comment