> Only thing I can think of is some library you are using is overriding BigDecimal#to_s.
> BigDecimal.instance_method(:to_s).source_location > v.method(:to_s).source_location > Ugh. So embarrassing. Yep. You're right. Found and fixed. Thanks so much Jeremy. You rule. I never knew about method.source_location. - Derek -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
