Base
# File lib/prawn/format/instructions/tag_close.rb, line 21 def [](property) @tag[:style][property] end
# File lib/prawn/format/instructions/tag_close.rb, line 32 def break? force_break? end
# File lib/prawn/format/instructions/tag_close.rb, line 25 def draw(document, draw_state, options={}) (@tag[:effects] || []).each do |effect| effect.finish(document, draw_state) draw_state[:pending_effects].delete(effect) end end
# File lib/prawn/format/instructions/tag_close.rb, line 44 def end_verbatim? @tag[:style][:white_space] == :pre end
Generated with the Darkfish Rdoc Generator 2.