You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm traveling and won't be able to look at this before the weekend. It could be that Aquarium is incompatible with the version of Ruby you are using. I haven't updated Aquarium in a long time. See the compatibility information in the README.
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 with that, please?
The text was updated successfully, but these errors were encountered: