class PrawnHtml::Context
def block_styles
-
(Hash)
- the hash of merged styles
def block_styles each_with_object({}) do |element, res| element.block_styles.each do |key, value| Attributes.merge_attr!(res, key, value) end end end
(Hash)
- the hash of merged styles
def block_styles each_with_object({}) do |element, res| element.block_styles.each do |key, value| Attributes.merge_attr!(res, key, value) end end end