Module: Amigo::Variables::ALL

Defined in:
lib/amigo/variables.rb

Class Method Summary collapse

Class Method Details

.include?(name) ⇒ Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/amigo/variables.rb', line 14

def include?(name)
  true
end

.to_sparqlObject



18
19
20
# File 'lib/amigo/variables.rb', line 18

def to_sparql
  "*"
end