inlined indexed into list
which was the only one using it. A whole lot simpler, considering it will have to be bootstrapped someday
This commit is contained in:
@ -26,7 +26,7 @@ module Register
|
||||
inst = object.get_instance_variable name
|
||||
keep(inst , depth + 1)
|
||||
end
|
||||
if object.is_a? Parfait::Indexed
|
||||
if object.is_a? Parfait::List
|
||||
object.each do |item|
|
||||
#puts "Keep item "
|
||||
keep(item , depth + 1)
|
||||
|
Reference in New Issue
Block a user