How to instance_eval?
Ruby has multiple evals to execute code in another class context: instance_eval
and class_eval
- so what’s the difference? when to use what?
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Ruby has multiple evals to execute code in another class context: instance_eval
and class_eval
- so what’s the difference? when to use what?
Post a comment