just renaming

This commit is contained in:
Torsten Ruger
2015-05-16 12:54:11 +03:00
parent 9376b8bc16
commit bee269f7a8
13 changed files with 20 additions and 20 deletions

View File

@ -40,7 +40,7 @@ module Parfait
method = get_instance_method(m_name)
unless method
unless( @name == :Object)
supr = Space.space.get_or_create_class(@super_class_name)
supr = Space.space.get_class_by_name(@super_class_name)
method = supr.resolve_method(m_name)
end
end