# File lib/cairo/paper.rb, line 143 def width(unit=nil) return @width if unit.nil? self.class.resolve_unit(@width, @unit, unit) end