Class: Eleanor::More
Overview
When a Dialog is split across two pages, a More paragraph will be added as the last paragraph on the first page.
Instance Attribute Summary
Attributes inherited from Paragraph
#input_line, #is_first_on_page, #last_character_cue, #lines, #screenplay, #split_state
Instance Method Summary collapse
-
#initialize(screenplay) ⇒ More
constructor
A new instance of More.
Methods inherited from Paragraph
#height, #keep_with_next?, #margin_between, #split, #to_s, #write_to_paper
Constructor Details
#initialize(screenplay) ⇒ More
Returns a new instance of More.
287 288 289 |
# File 'lib/eleanor.rb', line 287 def initialize screenplay super(screenplay, nil, nil, :whole) end |