class SPARQL::Algebra::Operator::Nullary
A SPARQL
nullary operator.
Operators of this kind take no operands.
@abstract
Constants
- ARITY
Public Class Methods
new(**options)
click to toggle source
@param [Hash{Symbol => Object}] options
any additional options (see {Operator#initialize})
Calls superclass method
SPARQL::Algebra::Operator::new
# File lib/sparql/algebra/operator.rb, line 760 def initialize(**options) super end