class Prawn::Document::BoundingBox::NoReferenceBounds

Public Class Methods

new(message = "Can't find reference bounds: my parent is unset") click to toggle source
Calls superclass method
# File lib/prawn/document/bounding_box.rb, line 227
def initialize(message = "Can't find reference bounds: my parent is unset")
  super
end