Module: Idl::ReturnExpression2
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#first ⇒ Object
11773 11774 11775 |
# File 'lib/idlc/idl_parser.rb', line 11773 def first elements[0] end |
#rest ⇒ Object
11777 11778 11779 |
# File 'lib/idlc/idl_parser.rb', line 11777 def rest elements[1] end |