debugging missing layout

This commit is contained in:
Torsten Ruger
2015-05-31 11:07:49 +03:00
parent deaa062062
commit aaa206fbca
11 changed files with 92 additions and 14 deletions

View File

@ -15,6 +15,10 @@
module Parfait
class List < Object
def initialize( )
super()
end
def get_length
internal_object_length - 1
end