# File lib/asciidoctor/table.rb, line 340 def buffer_quoted? @buffer.lstrip! @buffer.start_with?('"') && !@buffer.start_with?('""') end