class RDF::Query::Solution
Extensions for `RDF::Query::Solution`.
Public Instance Methods
to_sxp()
click to toggle source
# File lib/sparql/algebra/extensions.rb, line 579 def to_sxp; to_sxp_bin; end
to_sxp_bin()
click to toggle source
Returns the SXP representation of this object, defaults to `self`.
@return [String]
# File lib/sparql/algebra/extensions.rb, line 576 def to_sxp_bin to_a.to_sxp_bin end