class FalseClass

Extensions for Ruby's `FalseClass` 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 20
def to_sxp
  'false'
end