don't just ignore the prefix. see r13244
git-svn-id: file:///home/svn/framework3/trunk@13250 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
33ce5df8ca
commit
bffc8088c3
|
@ -94,7 +94,7 @@ class Table
|
|||
# Converts table contents to a string.
|
||||
#
|
||||
def to_s
|
||||
str = ''
|
||||
str = prefix.dup
|
||||
str << header_to_s || ''
|
||||
str << columns_to_s || ''
|
||||
str << hr_to_s || ''
|
||||
|
|
Loading…
Reference in New Issue