Ruby talk for austinonrails
<<
>>
Objects have types; variables don't
x = 345 puts x.class # Fixnum x = "some string" puts x.class # String