class TrueClass
Extensions for Ruby's `TrueClass` class.
Public Instance Methods
to_sxp()
click to toggle source
Returns the SXP representation of this object.
@return [String]
# File lib/sparql/algebra/sxp_extensions.rb, line 32 def to_sxp 'true' end