fixed layout inspect bug
This commit is contained in:
@ -124,10 +124,7 @@ module Parfait
|
||||
end
|
||||
|
||||
def inspect
|
||||
inspect_from 1
|
||||
end
|
||||
|
||||
def inspect_from index
|
||||
index = 1
|
||||
ret = ""
|
||||
while index <= self.get_length
|
||||
item = get(index)
|
||||
|
Reference in New Issue
Block a user