Hey Ryan,
thanx for this... I actually don't know if we want this... it's a
potential pitfall... perhaps we should check if all params of "or"
and "and" are Bool?
2c
Till
On 04.06.2007, at 23:51, Ryan Brown wrote:
> true.or("hello")
> // => true
>
> true.and("hello")
> // => hello