summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/asciidoctor/table.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/asciidoctor/table.rb b/lib/asciidoctor/table.rb
index 28f7c3c3..cae1c966 100644
--- a/lib/asciidoctor/table.rb
+++ b/lib/asciidoctor/table.rb
@@ -362,10 +362,8 @@ class Table::Cell < AbstractBlock
#
# This method shouldn't be used for cells that have the AsciiDoc style.
#
- # Returns the new String text assigned to this Cell
- def text= val
- @text = val
- end
+ # Returns nothing
+ attr_writer :text
# Public: Handles the body data (tbody, tfoot), applying styles and partitioning into paragraphs
#