class Prawn::Document::BoundingBox::NoReferenceBounds
Public Class Methods
Source
# File lib/prawn/document/bounding_box.rb, line 227 def initialize(message = "Can't find reference bounds: my parent is unset") super end
Calls superclass method