900901902903904905906907908909910
if (coercer == null) { throw ruby.newTypeError("Cannot coerce Fixnum to " + javaClass.getCanonicalName()); } return coercer.coerce(self); } private static final Map<Class, TypeCoercer> JAVA_COERCERS = new HashMap<Class, TypeCoercer>(); static {
11261127112811291130113111321133113411351136
12751276127712781279128012811282128312841285