class Origami::Destination::VerticalFit
Class representing a Destination fitting a Page vertically.
Public Class Methods
new(pageref, left = 0)
click to toggle source
Calls superclass method
Origami::Array.new
# File lib/origami/destinations.rb, line 122 def initialize(pageref, left = 0) @left = left super([pageref, :FitV, left]) end