示例#1
0
            public static BrokenLibrary /*!*/ Factory(RubyClass /*!*/ self, object arg1, object arg2, object arg3)
            {
                BrokenLibrary result = new BrokenLibrary(GetMessage(arg2, arg3));

                // RubyExceptionData.InitializeException(result, message);
                return(result);
            }
示例#2
0
 public static BrokenLibrary/*!*/ Factory(RubyClass/*!*/ self, object arg1, object arg2, object arg3) {
     BrokenLibrary result = new BrokenLibrary(GetMessage(arg2, arg3));
     // RubyExceptionData.InitializeException(result, message);
     return result;
 }