<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,6 +15,7 @@ unless RUBY_PLATFORM == &quot;java&quot;
         end
         sexp = ParseTree.translate(klass, args.last) if klass
       end
+      sexp = Unifier.new.process(sexp)
       self.new(sexp)
     end
   </diff>
      <filename>merb-action-args/lib/merb-action-args/get_args.rb</filename>
    </modified>
    <modified>
      <diff>@@ -50,4 +50,8 @@ describe Merb::AbstractController do
     dispatch_to(ActionArgs, :with_default_nil, :foo =&gt; &quot;bar&quot;).body.should == &quot;bar &quot;
   end
   
+  it &quot;should be able to handle [] defaults&quot; do
+    dispatch_to(ActionArgs, :with_default_array, :foo =&gt; &quot;bar&quot;).body.should == &quot;bar []&quot;
+  end
+  
 end
\ No newline at end of file</diff>
      <filename>merb-action-args/spec/action_args_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -47,4 +47,8 @@ class ActionArgs &lt; Merb::Controller
     &quot;#{foo} #{bar}&quot;
   end
   
+  def with_default_array(foo, bar = [])
+    &quot;#{foo} #{bar.inspect}&quot;
+  end
+  
 end
\ No newline at end of file</diff>
      <filename>merb-action-args/spec/controllers/action-args.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b597b9f13ff5db065bda8b1fdd8d6b64bb82b075</id>
    </parent>
  </parents>
  <author>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </author>
  <url>http://github.com/wycats/merb/commit/bd456640ba1a970e6796781d2bd25a302695e2aa</url>
  <id>bd456640ba1a970e6796781d2bd25a302695e2aa</id>
  <committed-date>2008-12-28T15:43:48-08:00</committed-date>
  <authored-date>2008-12-28T15:43:48-08:00</authored-date>
  <message>Fixes issue with unusual defaults in ActionArgs by using unifier</message>
  <tree>30fcc4b8ae2240b3a94665382a17135169dde618</tree>
  <committer>
    <name>Yehuda Katz</name>
    <email>wycats@gmail.com</email>
  </committer>
</commit>
