public static Object constructYamlMap(final Constructor ctor, final Node node) {
return ((JRubyConstructor)ctor).constructRubyMapping(node);
}
public static Object constructUndefined(final Constructor ctor, final Node node) {
throw new ConstructorException(null,"could not determine a constructor for the tag " + node.getTag(),null);
}