Module: EDNGRAMMAR::Array1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
2963 2964 2965 |
# File 'lib/parser/edngrammar.rb', line 2963 def item elements[2] end |
#S ⇒ Object
2959 2960 2961 |
# File 'lib/parser/edngrammar.rb', line 2959 def S elements[1] end |
#SOC ⇒ Object
2967 2968 2969 |
# File 'lib/parser/edngrammar.rb', line 2967 def SOC elements[4] end |
#specms ⇒ Object
2955 2956 2957 |
# File 'lib/parser/edngrammar.rb', line 2955 def specms elements[0] end |