table management fixes
This commit is contained in:
@@ -36,4 +36,13 @@ class Table
|
||||
number
|
||||
end
|
||||
|
||||
# Method returning the sections table width
|
||||
def width
|
||||
2.0
|
||||
end
|
||||
|
||||
# Method returning the sections table height
|
||||
def height
|
||||
2.0
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user