# File lib/cairo/paper.rb, line 16
      def initialize(unit)
        @unit = unit
        super("unknown unit: #{unit}")
      end