move kernel to core and apply the classmethod pattern to all core classes
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
module Core
|
||||
module Integer
|
||||
class Integer
|
||||
module ClassMethods
|
||||
end
|
||||
extend ClassMethods
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user