Class: Keisan::Parsing::UnaryOperator

Inherits:
Component
  • Object
show all
Defined in:
lib/keisan/parsing/unary_operator.rb

Instance Method Summary collapse

Instance Method Details

#node_classObject

Raises:

  • (Keisan::Exponent::NotImplementedError)


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

def node_class
  raise Keisan::Exponent::NotImplementedError.new
end