# File lib/cairo.rb, line 120
    def clone
      copy = dup
      copy.freeze if self.frozen?
      copy
    end