Method: CEML::InstructionStatements#list
- Defined in:
- lib/ceml/instruction_statements.rb
#list ⇒ Object
3 4 5 |
# File 'lib/ceml/instruction_statements.rb', line 3 def list [instruction_stmt.basic_statement] + more.elements.map{ |x| x.instruction_stmt.basic_statement } end |