fix test ripples and minor parfait naming

Parfait ruby and boot names desynced, fixed that
This commit is contained in:
Torsten Ruger
2018-06-29 21:03:06 +03:00
parent ae35fed0ab
commit 7377522417
9 changed files with 12 additions and 12 deletions

View File

@ -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