Module: Idl::Assignment1
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#first ⇒ Object
10164 10165 10166 |
# File 'lib/idlc/idl_parser.rb', line 10164 def first elements[1] end |
#function_call ⇒ Object
10172 10173 10174 |
# File 'lib/idlc/idl_parser.rb', line 10172 def function_call elements[8] end |
#rest ⇒ Object
10168 10169 10170 |
# File 'lib/idlc/idl_parser.rb', line 10168 def rest elements[3] end |