# File lib/cairo/paper.rb, line 153
    def size(unit=nil)
      [width(unit), height(unit)]
    end