Class: TrueClass
- Defined in:
- vendor/bundler/ruby/2.7.0/bundler/gems/sxp.rb-3ed4391fdac1/lib/sxp/writer.rb,
vendor/bundler/ruby/2.7.0/bundler/gems/sparql-881ac01048a7/lib/sparql/algebra/sxp_extensions.rb
Overview
Extensions for Ruby's TrueClass
class.
Instance Method Summary collapse
-
#to_sxp ⇒ String
Returns the SXP representation of this object.
Instance Method Details
#to_sxp ⇒ String
Returns the SXP representation of this object.
48 49 50 |
# File 'vendor/bundler/ruby/2.7.0/bundler/gems/sxp.rb-3ed4391fdac1/lib/sxp/writer.rb', line 48 def to_sxp '#t' end |