|  | ############################################################################### | 
|  | # Copyright (c) 2005, 2007 IBM Corporation and others. | 
|  | # All rights reserved. This program and the accompanying materials | 
|  | # are made available under the terms of the Eclipse Public License v1.0 | 
|  | # which accompanies this distribution, and is available at | 
|  | # http://www.eclipse.org/legal/epl-v10.html | 
|  | # | 
|  |  | 
|  | ############################################################################### | 
|  | forTemplate1.description= for - iterate over Collection | 
|  | forTemplate2.description= for - iterate over Range | 
|  | defTemplate1.description= method definition | 
|  | whileTemplate1.description= while loop | 
|  | whileTemplate2.description= while statement | 
|  | classTemplate1.description= Class Definition | 
|  | classTemplate2.description= Singleton Class Definition | 
|  | moduleTemplate1.description= Module definition | 
|  | doTemplate1.description= do block | 
|  | ifTemplate1.description= if block | 
|  | ifTemplate2.description= if currently executing script block | 
|  | ifelseTemplate1.description= if-else block | 
|  | elsifTemplate1.description= elsif block | 
|  | elseTemplate1.description= else block | 
|  | caseTemplate1.description= case statement | 
|  | beginTemplate1.description= begin until loop | 
|  | beginTemplate2.description= begin while loop | 
|  | beginTemplate3.description= begin rescue block | 
|  | beginTemplate4.description= begin rescue ensure block | 
|  | untilTemplate1.description= until loop | 
|  | aliasTemplate1.description= alias | 
|  | rescueTemplate1.description= rescue block | 
|  | rescueTemplate2.description= rescue block with error variable |