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