table management fixes

This commit is contained in:
2013-01-12 13:34:00 +01:00
parent f6b28f84f0
commit b02951aaec
17 changed files with 164 additions and 76 deletions
+9
View File
@@ -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