Base
# File lib/prawn/format/instructions/tag_open.rb, line 18 def draw(document, draw_state, options={}) draw_width(document, draw_state) draw_destination(document, draw_state) draw_link(document, draw_state) draw_underline(document, draw_state) end
# File lib/prawn/format/instructions/tag_open.rb, line 25 def start_verbatim? @tag[:style][:white_space] == :pre end
Generated with the Darkfish Rdoc Generator 2.