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.
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