class Prawn::Text::Formatted::Arranger::NotFinalized
You’re getting this because you’re trying to get some information from the arranger before it finished processing text.
Constants
- DEFAULT_MESSAGE
-
@private
- MESSAGE_WITH_METHOD
-
@private
Public Class Methods
Source
# File lib/prawn/text/formatted/arranger.rb, line 18 def initialize(message = DEFAULT_MESSAGE, method: nil) if method && message == DEFAULT_MESSAGE super(format(MESSAGE_WITH_METHOD, method: method)) else super(message) end end
Calls superclass method