<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,10 +59,8 @@ module Ramaze
     end
 
     def [](key, *rest)
-      value = params[key.to_s]
-      return value if rest.empty?
-      keys = rest.flatten.map{|k| k.to_s}
-      Array[value, *params.values_at(*keys)]
+      return params[key.to_s] if rest.empty?
+      [key, *rest].map{|k| params[k.to_s] }
     end
 
     def to_ivs(*args)</diff>
      <filename>lib/ramaze/current/request.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ed5b2e37d13ccb55c3ec659096c306265a864aeb</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/ramaze/commit/70f4b7cfc4f1d8c23c9dc6432a54e1ce1954218f</url>
  <id>70f4b7cfc4f1d8c23c9dc6432a54e1ce1954218f</id>
  <committed-date>2008-10-07T20:48:52-07:00</committed-date>
  <authored-date>2008-10-04T21:30:40-07:00</authored-date>
  <message>Simplify Request#[]</message>
  <tree>c61dad286f1f93557db0b428fa6b5b1480064f9c</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
