}
}
final RubyClass theCls = (RubyClass)objClass;
final RubyObject oo = (RubyObject)theCls.getAllocator().allocate(runtime, theCls);
final IRubyObject val = (IRubyObject)constructYamlInt(ctor, node);
oo.callInit(new IRubyObject[]{val},org.jruby.runtime.Block.NULL_BLOCK);
return oo;
}
public static Object constructRubyString(final Constructor ctor, final String tag, final Node node) {
final Ruby runtime = ((JRubyConstructor)ctor).runtime;