minors
This commit is contained in:
@ -26,5 +26,7 @@
|
||||
|
||||
module Parfait
|
||||
class Frame < Object
|
||||
attribute :next_frame
|
||||
|
||||
end
|
||||
end
|
||||
|
@ -56,7 +56,7 @@ module Parfait
|
||||
raise "uups #{method_name}.#{method_name.class}" unless method_name.is_a?(Symbol)
|
||||
clazz = object_layout().object_class()
|
||||
raise "??? #{method_name}" unless clazz
|
||||
puts "Self: #{self.class} clazz: #{clazz.name}"
|
||||
#puts "Self: #{self.class} clazz: #{clazz.name}"
|
||||
Method.new( clazz , method_name , arg_names )
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user