Changes

Ruby Flow Control

9 bytes added, 19:04, 19 November 2007
The Ruby if Statement
if ''expression'' then
  ''ruby code''
end