remove parfait module magic
since we are now ruby sorcerers, not just wizards, we remove the Parfait module in the compiler (Still have to avoid the name clashes)
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
# The Type also defines the class of the object
|
||||
# The Type is **always** the first entry (index 0) in an object
|
||||
|
||||
|
||||
module Parfait
|
||||
class Object
|
||||
attr :type
|
||||
|
||||
@ -99,3 +99,4 @@
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user