<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,13 +5,10 @@ module Ramaze
   # The purpose of this class is to act as a simple wrapper for Rack::Request
   # and provide some convinient methods for our own use.
   class Request &lt; Innate::Request
-    # Currently active request.
-    def self.current; Current.request; end
 
     # you can access the original @request via this method_missing,
     # first it tries to match your method with any of the HTTP parameters
     # then, in case that fails, it will relay to @request
-
     def method_missing meth, *args
       key = meth.to_s.upcase
       return env[key] if env.has_key?(key)</diff>
      <filename>lib/ramaze/request.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>53108b80a7914790b62707f4bf1276e1d796fab5</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/ramaze/commit/b84b566385504355527cd571c501fdb4b33ea1cb</url>
  <id>b84b566385504355527cd571c501fdb4b33ea1cb</id>
  <committed-date>2009-05-03T07:53:33-07:00</committed-date>
  <authored-date>2009-05-03T07:53:26-07:00</authored-date>
  <message>Request::current is in Innate</message>
  <tree>51379109b266923615e8ed9415d30070e8317c27</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
