Method: RDF::Query#+
- Defined in:
- lib/rdf/query.rb
#+(other) ⇒ RDF::Query
Add patterns from another query to form a new Query
408 409 410 |
# File 'lib/rdf/query.rb', line 408 def +(other) Query.new(self.patterns + other.patterns) end |