From: Sean O'Dell Date: 2004-05-28T06:07:49+09:00 Subject: true.respond_to?("clone") TrueClass responds to "clone" but when you call it, the method just throws an error that says "can't clone TrueClass." How can I tell when an objects support a given method if they implement them but then raise exceptions? Is there some other methodology I should use? Sean O'Dell