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