# File lib/org-ruby/line.rb, line 161
    def table?
      table_row? or table_separator? or table_header?
    end