<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -85,8 +85,8 @@ class Compiler
       end
     end
 
-    def add(thing)
-      method_missing(thing)
+    def add(*things)
+      method_missing(*things)
     end
 
     def push(what)</diff>
      <filename>kernel/compiler/text.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>53be8edf3b5e944517df48ab4bddcc198f8f062d</id>
    </parent>
  </parents>
  <author>
    <name>Ian Leitch</name>
    <email>ian.leitch@systino.net</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/7399da07e687e6368e49da7d46ebb23ed861579b</url>
  <id>7399da07e687e6368e49da7d46ebb23ed861579b</id>
  <committed-date>2009-10-01T18:53:58-07:00</committed-date>
  <authored-date>2009-10-01T18:53:58-07:00</authored-date>
  <message>Fix Compile::TextGenerator#add arity to match Compiler::Generator, fixes describing bytecode for fast math operators and fast generic methods</message>
  <tree>09180adb5c4dcfe88e9ef68eccdc8954a91b38ba</tree>
  <committer>
    <name>Ian Leitch</name>
    <email>ian.leitch@systino.net</email>
  </committer>
</commit>
