moved the whole parfait into its namespace/module

This commit is contained in:
Torsten Ruger
2015-05-11 18:55:49 +03:00
parent a552e3fbce
commit ab870e3323
13 changed files with 245 additions and 208 deletions

View File

@ -8,7 +8,9 @@
# The Layout lists the names of the instance variables
# The class keeps a list of instance methods, these have a name and code
class Class < Module
# ruby 2.1 list (just for reference, keep at bottom)
#:allocate, :new, :superclass
module Parfait
class Class < Module
# ruby 2.1 list (just for reference, keep at bottom)
#:allocate, :new, :superclass
end
end