Method: Query#ask
- Defined in:
- lib/active_rdf/queryengine/query.rb
#ask ⇒ Object
Adds variables to ask clause (see SPARQL specification)
45 46 47 48 |
# File 'lib/active_rdf/queryengine/query.rb', line 45 def ask @ask = true self end |