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,6 +8,8 @@
# object. The smallest object is usually a cache line, 16 bytes or
# an exponent of two larger.
class Page < Object
module Parfait
class Page < Object
end
end