correct parfait module

parfait only needs to be in a module when it is used in the vm, not
when it is parsed.
The parsed parfait must be without namespace.
This commit is contained in:
Torsten Ruger
2015-03-25 17:16:20 +02:00
parent 451b1c409c
commit d758a23eb6
2 changed files with 7 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
# almost simplest hash imaginable. make good use of arrays
module Parfait
end
class Parfait::Hash
class Hash
def initialize
@keys = Array.new()
@values = Array.new()