Class: TrueClass
Overview
Extensions for Ruby’s TrueClass
class.
Instance Method Summary collapse
-
#to_sxp(**options) ⇒ String
Returns the SXP representation of this object.
Instance Method Details
#to_sxp(**options) ⇒ String
Returns the SXP representation of this object.
32 33 34 |
# File 'lib/sparql/algebra/sxp_extensions.rb', line 32 def to_sxp(**) 'true' end |