Module: Idl::DollarArgList1
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#first ⇒ Object
6864 6865 6866 |
# File 'lib/idlc/idl_parser.rb', line 6864 def first elements[0] end |
#rest ⇒ Object
6868 6869 6870 |
# File 'lib/idlc/idl_parser.rb', line 6868 def rest elements[1] end |