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); }
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; }