From: Jeff Cohen Date: 2006-03-31T11:11:09+09:00 Subject: Re: Marshaling Decimal types from .NET I see now why I didn't know it was in 1.82. I had always been using this url to look up things: http://ruby-doc.org/core/ but BigDecimal is part of the "standard API", which is documented at: http://ruby-doc.org/stdlib/ and worse, BigDecimal is categorized as an under-documented class (it's in italics in the alphabetical list), and they're not kidding! Most of the methods are undocumented. Maybe I'll try to figure out what all the methods of BigDecimal do, and try to update the documentation on http://ruby-doc.org/stdlib/. Thanks again, Jeff -- Posted via http://www.ruby-forum.com/.