Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2127 2128 2129 |
# File 'lib/parser/edngrammar.rb', line 2127 def item1 elements[0] end |
#item2 ⇒ Object
2139 2140 2141 |
# File 'lib/parser/edngrammar.rb', line 2139 def item2 elements[4] end |
#S1 ⇒ Object
2131 2132 2133 |
# File 'lib/parser/edngrammar.rb', line 2131 def S1 elements[1] end |
#S2 ⇒ Object
2135 2136 2137 |
# File 'lib/parser/edngrammar.rb', line 2135 def S2 elements[3] end |