Module: EDNGRAMMAR::Array1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#itemObject



1988
1989
1990
# File 'lib/parser/edngrammar.rb', line 1988

def item
  elements[2]
end

#SObject



1984
1985
1986
# File 'lib/parser/edngrammar.rb', line 1984

def S
  elements[1]
end

#SOCObject



1992
1993
1994
# File 'lib/parser/edngrammar.rb', line 1992

def SOC
  elements[4]
end

#specmsObject



1980
1981
1982
# File 'lib/parser/edngrammar.rb', line 1980

def specms
  elements[0]
end