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
For now I've added a check to see if module_eval has a def inside of it. It's released in version 0.1.5.
I'm following the fast-ruby repository so if that changes i will remove it from fasterer.
I have play
fasterer
in my code.It point outUsing module_eval is slower than define_method. Occured at lines: 50.
.But my code is something like that:It can not be changed to
define_method
in this situation.So, it think it should not give me the suggestion anywhere I usingmodule_eval
.The text was updated successfully, but these errors were encountered: