Module: Idl::FunctionArgList1
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#first ⇒ Object
8717 8718 8719 |
# File 'lib/idlc/idl_parser.rb', line 8717 def first elements[0] end |
#rest ⇒ Object
8721 8722 8723 |
# File 'lib/idlc/idl_parser.rb', line 8721 def rest elements[1] end |