lib/asciidoctor/table.rb in asciidoctor-2.0.1 vs lib/asciidoctor/table.rb in asciidoctor-2.0.2
- old
+ new
@@ -356,9 +356,17 @@
else
[subbed_text]
end
end
+ def lines
+ @text.split LF
+ end
+
+ def source
+ @text
+ end
+
# Public: Get the source file where this block started
def file
@source_location && @source_location.file
end