remove parfait module

which was only there because ruby has it
the concept is flawed and should be split into namespace and aspect
This commit is contained in:
Torsten Ruger
2015-10-23 15:20:02 +03:00
parent 6754518daf
commit f1f56f0d4e
4 changed files with 98 additions and 118 deletions

View File

@ -1,7 +1,6 @@
require "parfait/value"
require "parfait/integer"
require "parfait/object"
require "parfait/module"
require "parfait/meta_class"
require "parfait/class"
require "parfait/list"