Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
3051 3052 3053 |
# File 'lib/parser/edngrammar.rb', line 3051 def item1 elements[0] end |
#item2 ⇒ Object
3063 3064 3065 |
# File 'lib/parser/edngrammar.rb', line 3063 def item2 elements[4] end |
#S1 ⇒ Object
3055 3056 3057 |
# File 'lib/parser/edngrammar.rb', line 3055 def S1 elements[1] end |
#S2 ⇒ Object
3059 3060 3061 |
# File 'lib/parser/edngrammar.rb', line 3059 def S2 elements[3] end |