Ali Valizadeh
Results
2
issues of
Ali Valizadeh
In the `handlebars.java 4.3.0` the problem with java 15+ supposed to be solved but the code below is still trying to get instance of `nashorn` script engine, which is not...
question
When I create a pointcut like this: `my_pointcuts = Pointcut.new :invocations_of => :all_methods, :on_types => MyClass` It keep giving me this error: `uninitialized constant MyClass (NameError)` Can you help me...