<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -250,11 +250,9 @@ module Prawn
     end  
 
     # Add a new type to the current pages ProcSet
-    def register_proc(type)
+    def proc_set(*types)
       @current_page.data[:ProcSet] ||= ref([])
-      unless @current_page.data[:ProcSet].data.include?(type)
-        @current_page.data[:ProcSet].data &lt;&lt; type
-      end
+      @current_page.data[:ProcSet].data |= types
     end
 
     def page_resources</diff>
      <filename>lib/prawn/document.rb</filename>
    </modified>
    <modified>
      <diff>@@ -96,8 +96,7 @@ module Prawn
       # more portable.
       #
       def font(name)
-        register_proc :PDF
-        register_proc :Text
+        proc_set :PDF, :Text
         @font_metrics = Prawn::Font::Metrics[name]
         case(name)
         when /\.ttf$/</diff>
      <filename>lib/prawn/document/text.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8ea4927409c573f37f29a05d5e21100b4ad37a31</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/96f660660345c7c22923ba51d0124022a3a189ab</url>
  <id>96f660660345c7c22923ba51d0124022a3a189ab</id>
  <committed-date>2008-07-24T09:19:40-07:00</committed-date>
  <authored-date>2008-07-24T09:19:40-07:00</authored-date>
  <message>ProcSet cleanup</message>
  <tree>3ef4052f448a00d8275389cfff90597907e7e7f1</tree>
  <committer>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </committer>
</commit>
