Module: EDNGRAMMAR::Simple4
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1108 1109 1110 |
# File 'lib/parser/edngrammar.rb', line 1108 def item elements[2] end |
#S1 ⇒ Object
1104 1105 1106 |
# File 'lib/parser/edngrammar.rb', line 1104 def S1 elements[1] end |
#S2 ⇒ Object
1112 1113 1114 |
# File 'lib/parser/edngrammar.rb', line 1112 def S2 elements[3] end |