Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2967 2968 2969 |
# File 'lib/parser/edngrammar.rb', line 2967 def item1 elements[0] end |
#item2 ⇒ Object
2979 2980 2981 |
# File 'lib/parser/edngrammar.rb', line 2979 def item2 elements[4] end |
#S1 ⇒ Object
2971 2972 2973 |
# File 'lib/parser/edngrammar.rb', line 2971 def S1 elements[1] end |
#S2 ⇒ Object
2975 2976 2977 |
# File 'lib/parser/edngrammar.rb', line 2975 def S2 elements[3] end |