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