Object
# File lib/prawn/document/graphics_state.rb, line 30
30: def current_state
31: stack.last
32: end
# File lib/prawn/document/graphics_state.rb, line 38
38: def empty?
39: stack.empty?
40: end
# File lib/prawn/document/graphics_state.rb, line 34
34: def present?
35: stack.size > 0
36: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.