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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user