Module: Idl::ImplicationExpression1
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#antecedent ⇒ Object
7517 7518 7519 |
# File 'lib/idlc/idl_parser.rb', line 7517 def antecedent elements[0] end |
#consequent ⇒ Object
7521 7522 7523 |
# File 'lib/idlc/idl_parser.rb', line 7521 def consequent elements[4] end |