Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2936 2937 2938 |
# File 'lib/parser/edngrammar.rb', line 2936 def item1 elements[0] end |
#item2 ⇒ Object
2948 2949 2950 |
# File 'lib/parser/edngrammar.rb', line 2948 def item2 elements[4] end |
#S1 ⇒ Object
2940 2941 2942 |
# File 'lib/parser/edngrammar.rb', line 2940 def S1 elements[1] end |
#S2 ⇒ Object
2944 2945 2946 |
# File 'lib/parser/edngrammar.rb', line 2944 def S2 elements[3] end |