Index: Numeric.cs
===================================================================
--- Numeric.cs	(revision 93)
+++ Numeric.cs	(working copy)
@@ -26,8 +26,11 @@
 namespace Ruby.Builtins {
 
     [RubyClass("Numeric"), Includes(typeof(Comparable))]
-    public abstract class Numeric : Object {
+    public /*abstract*/ class Numeric : Object {
 
+        public Numeric() {
+        }
+
         #region +@
         /// <summary>
         /// Unary plus - returns the receivers value
