> > On Tuesday, January 4, 2011 6:58:31 PM UTC-6, Jeremy Evans wrote: >> >>> >>> I think it is possible to make your code work directly in Sequel using > instance_exec instead of instance_eval. Now that we no longer support ruby > 1.8.6, we can make that switch. I'll add that to my todo list. > > Thanks, > Jeremy > > From the 3.43.0 release notes:
* Lambda procs with 0 arity can now be used as virtual row blocks on ruby 1.9. Previously, attempting to use a lambda proc with 0 arity as a virtual row block on ruby 1.9 would raise an exception. Thanks Jeremy. Works perfectly. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/7pw597LxHkIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
