Class: Eleanor::More

Inherits:
Paragraph show all
Defined in:
lib/eleanor.rb

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

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