# File lib/cairo/paper.rb, line 163 def to_s string = "#{@width}#{@unit}x#{@height}#{@unit}" string << "\##{@name}" if @name string end