On Tue, Sep 16, 2008 at 1:51 PM, _why <[EMAIL PROTECTED]> wrote: > On Tue, Sep 16, 2008 at 10:32:09AM -0700, Joshua Choi wrote: >> But the following does not: >> >> a = rgb 32, 55, 11 >> b = rgb 50, 10, 0 >> background a .. b > > background a.to_s .. b.to_s
Hmm. Good to know, I bumped into this recently.. but I think it would be a nice touch to be able to use the color objects. -- Seth Thomas Rasmussen http://greatseth.com
