Class: Keisan::Parsing::UnaryOperator

Inherits:
Operator show all
Defined in:
lib/keisan/parsing/unary_operator.rb

Instance Method Summary collapse

Methods inherited from Operator

#arity, #associativity, #priority

Instance Method Details

#node_classObject

Raises:

  • (Exponent::NotImplementedError)


4
5
6
# File 'lib/keisan/parsing/unary_operator.rb', line 4

def node_class
  raise Exponent::NotImplementedError.new
end