lib/prawn_html/tags/colgroup.rb
# frozen_string_literal: true module PrawnHtml module Tags class Colgroup < Tag ELEMENTS = [:colgroup].freeze def block? true end end end end
# frozen_string_literal: true module PrawnHtml module Tags class Colgroup < Tag ELEMENTS = [:colgroup].freeze def block? true end end end end