using instance_eval in ruby dsls
Several recent blog posts about instance_eval: a warning not to overuse it, making it optional by checking blog arity, mixing and unmixing instead of using instance_eval, and using instance_eval with delegation.
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!
Several recent blog posts about instance_eval: a warning not to overuse it, making it optional by checking blog arity, mixing and unmixing instead of using instance_eval, and using instance_eval with delegation.
Post a comment