Symbols
Goals
Step 1
Type this in irb::north :north.class :north.methods
Step 2
Type this in irb::TUESDAY :"symbols can have spaces if in quotes but it's a lot to type" :'single quotes work too'
Step 3
Type this in irb::north = :southType this in irb::Saturday.to_s puts "Today is #{:Saturday}"
Step 4
Type this in irb::friday.object_id :friday.object_id
Step 5
Explanation
Further Reading
Next Step:
Go on to Working With Collections