Tag Archives: blocks

Intro to Ruby – Symbols, Control Structures, Blocks and Iterators

Symbols – Immutable Represen..wtf “A symbol is an immutable immediate representing an identifier” (http://ruby.runpaint.org/strings#symbols) So what the heck does that mean? Simply put it this way, it is a constant that doesn’t need to be predeclared and is guaranteed to … Continue reading

Posted in Ruby | Tagged , , , , , | Leave a comment