Class: FalseClass
- 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 FalseClass
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.
36 37 38 |
# File 'vendor/bundler/ruby/2.7.0/bundler/gems/sxp.rb-3ed4391fdac1/lib/sxp/writer.rb', line 36 def to_sxp '#f' end |