class PdfEditor::Reorder
Public Instance Methods
post_init()
click to toggle source
Page order requires a unique set of members and is not sorted.
Calls superclass method
# File lib/pdf_editor/reorder.rb, line 11 def post_init super @page_order = @page_order.uniq end