<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ module ActiveSupport #:nodoc:
         end
 
         if RUBY_VERSION &lt; '1.9'
-          def step_with_blockless(value, &amp;block)
+          def step_with_blockless(value = 1, &amp;block)
             if block_given?
               step_without_blockless(value, &amp;block)
             else
@@ -18,7 +18,7 @@ module ActiveSupport #:nodoc:
             end
           end
         else
-          def step_with_blockless(value, &amp;block)
+          def step_with_blockless(value = 1, &amp;block)
             if block_given?
               step_without_blockless(value, &amp;block)
             else</diff>
      <filename>activesupport/lib/active_support/core_ext/range/blockless_step.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>96c6fe084228d570dad80e3100830edb2bc0448d</id>
    </parent>
  </parents>
  <author>
    <name>Bradford Folkens</name>
    <email>bfolkens@gmail.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/293f99700d6f2388ea5c504d706651ff3044d733</url>
  <id>293f99700d6f2388ea5c504d706651ff3044d733</id>
  <committed-date>2008-08-27T23:48:54-07:00</committed-date>
  <authored-date>2008-07-10T09:37:07-07:00</authored-date>
  <message>Reinstate Range#step default argument.

[#595 state:resolved]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
  <tree>65595268b26911c1f69c50706899b1849785e4c2</tree>
  <committer>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </committer>
</commit>
