Class: FalseClass

Inherits:
Object show all
Defined in:
lib/sparql/algebra/sxp_extensions.rb

Overview

Extensions for Ruby's FalseClass class.

Instance Method Summary collapse

Instance Method Details

#to_sxp(**options) ⇒ String

Returns the SXP representation of this object.

Returns:

  • (String)


20
21
22
# File 'lib/sparql/algebra/sxp_extensions.rb', line 20

def to_sxp(**options)
  'false'
end