Changes

Jump to: navigation, search

Understanding Ruby Variables

20 bytes added, 21:07, 30 November 2007
no edit summary
Variables are essentially a way to store a value and assigning assign a name to that valuefor reference purposes. Variables take various forms ranging from integers to strings of characters. In this chapter we will take a look at how variables are declared and converted. We will also look at the much simpler area of Ruby constants.
== Ruby Constants ==

Navigation menu