Class: SPARQL::Algebra::Operator::Nullary Abstract
- Defined in:
- lib/sparql/algebra/operator.rb
Overview
This class is abstract.
A SPARQL nullary operator.
Operators of this kind take no operands.
Constant Summary collapse
- ARITY =
0
Instance Method Summary collapse
-
#initialize(**options) ⇒ Nullary
constructor
A new instance of Nullary.
Constructor Details
#initialize(**options) ⇒ Nullary
Returns a new instance of Nullary.
908 909 910 |
# File 'lib/sparql/algebra/operator.rb', line 908 def initialize(**) super end |