Method: Alf::Algebra::Compiler#not_supported
- Defined in:
- lib/alf/algebra/support/compiler.rb
#not_supported(expr, *args, &bl) ⇒ Object
22 23 24 |
# File 'lib/alf/algebra/support/compiler.rb', line 22 def not_supported(expr, *args, &bl) raise NotSupportedError, "Unexpected operand `#{expr}`" end |