small rename
This commit is contained in:
@@ -15,7 +15,7 @@ module Vool
|
||||
@source = yield @source
|
||||
end
|
||||
|
||||
def create_vm_method( type )
|
||||
def create_parfait_method( type )
|
||||
raise "create_method #{type.inspect} is not a Type" unless type.is_a? Parfait::Type
|
||||
type.create_method( @name , @args_type )#FIXME, @locals_type)
|
||||
end
|
||||
|
Reference in New Issue
Block a user