class Origami::Destination::HorizontalFit
Class representing a Destination
fitting a Page
horizontally.
Public Class Methods
[](page, top: 0)
click to toggle source
new(array)
click to toggle source
Calls superclass method
Origami::Array::new
# File lib/origami/destinations.rb, line 101 def initialize(array) super(array) @page, _, @top = array end