The Wayback Machine - http://web.archive.org/web/20161001195759/http://ruby.about.com/od/flow/

Control Structures

Control structures alter the execution path (the "flow") the Ruby interpreter takes. They include conditional expressions such as if, if/else and case, and the various loops.