On Aug 31, 12:25 am, Michael Ulm <michael.... / isis-papyrus.com> wrote:
<snip>
> Unfortunately, there is no easy solution to this problem.
<snip>
Here's my naive, DWIM approach:
class Float
def ==(other)
self.to_s == other.to_s
end
end
Regards,
Dan