On Jul 8, 9:33 am, Phrogz <[email protected]> wrote: > Which of the following implementations do you prefer: > > # Option 1 - change one line from current > def from_self( aliaz=nil ) > fs = {} > @opts.keys.each{|k| fs[k] = nil} > clone(fs).from( aliaz ? as(aliaz) : self ) > end
We went with a modified version of this: http://github.com/jeremyevans/sequel/commit/3c9b0912e3d9a995828f23271b7de59b64455ffe Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. 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 -~----------~----~----~----~------~----~------~--~---
