Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/grel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#triples_idObject

When using an array of arrays to hold list of triples, returns the first triple subject.



10
11
12
# File 'lib/grel.rb', line 10

def triples_id
  @triples_id
end