rubysolo/dentaku

Unable to marshalize any functions from ruby_math module

Jubke opened this issue · 0 comments

Jubke commented

AST from expressions using any functions from the Math module can't be dumped with Marshal.dump because they are handled by anonymous classes (here).

Similar to the problem in #198.