# File lib/cairo/paper.rb, line 128 def initialize(width, height, unit=nil, name=nil) @width = width @height = height @unit = unit @name = name end