Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
1911 1912 1913 |
# File 'lib/parser/edngrammar.rb', line 1911 def item1 elements[0] end |
#item2 ⇒ Object
1923 1924 1925 |
# File 'lib/parser/edngrammar.rb', line 1923 def item2 elements[4] end |
#S1 ⇒ Object
1915 1916 1917 |
# File 'lib/parser/edngrammar.rb', line 1915 def S1 elements[1] end |
#S2 ⇒ Object
1919 1920 1921 |
# File 'lib/parser/edngrammar.rb', line 1919 def S2 elements[3] end |