Module: N3Grammer::PropertyList3

Defined in:
lib/reddy/n3_grammar.rb

Instance Method Summary collapse

Instance Method Details

#anonnodeObject



580
581
582
# File 'lib/reddy/n3_grammar.rb', line 580

def anonnode
  elements[1]
end

#property_listObject



584
585
586
# File 'lib/reddy/n3_grammar.rb', line 584

def property_list
  elements[3]
end