rename old layout()
new is called get_layout, but keep old around for checking
This commit is contained in:
@ -31,7 +31,7 @@ class Object
|
||||
l = @layout
|
||||
return l.index_of(name)
|
||||
end
|
||||
def layout()
|
||||
def old_layout()
|
||||
return @layout
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user