debugging missing layout
This commit is contained in:
@ -15,6 +15,10 @@
|
||||
module Parfait
|
||||
class List < Object
|
||||
|
||||
def initialize( )
|
||||
super()
|
||||
end
|
||||
|
||||
def get_length
|
||||
internal_object_length - 1
|
||||
end
|
||||
|
Reference in New Issue
Block a user