Module: Idl::UnaryExpression1
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#first ⇒ Object
6970 6971 6972 |
# File 'lib/idlc/idl_parser.rb', line 6970 def first elements[2] end |
#rest ⇒ Object
6974 6975 6976 |
# File 'lib/idlc/idl_parser.rb', line 6974 def rest elements[3] end |