Class: SPARQL::Algebra::Operator::Unary Abstract
- Defined in:
- lib/sparql/algebra/operator.rb
Overview
This class is abstract.
A SPARQL unary operator.
Operators of this kind take one operand.
Constant Summary collapse
- ARITY =
1
Instance Method Summary collapse
-
#initialize(arg, **options) ⇒ Unary
constructor
A new instance of Unary.
Constructor Details
#initialize(arg, **options) ⇒ Unary
Returns a new instance of Unary.
927 928 929 |
# File 'lib/sparql/algebra/operator.rb', line 927 def initialize(arg, **) super end |