fix test ripples and minor parfait naming
Parfait ruby and boot names desynced, fixed that
This commit is contained in:
@ -15,7 +15,7 @@ module Vool
|
||||
create_class_object
|
||||
mom = nil #return mom for test purpose
|
||||
self.each do |node|
|
||||
mom = node.to_mom(@clazz) if node.is_a?(MethodStatement)
|
||||
mom = node.to_mom(@clazz) if node.is_a?(MethodStatement)
|
||||
end
|
||||
mom
|
||||
end
|
||||
|
Reference in New Issue
Block a user