lib/plurimath/math/function/dim.rb in plurimath-0.3.5 vs lib/plurimath/math/function/dim.rb in plurimath-0.3.6
- old
+ new
@@ -4,9 +4,12 @@
module Plurimath
module Math
module Function
class Dim < UnaryFunction
+ def validate_function_formula
+ false
+ end
end
end
end
end