Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 55e484832040
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 79d6158fd854
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 27, 2015

  1. Copy the full SHA
    4545295 View commit details
  2. Merge pull request #3333 from ruipserra/fix_failing_enumerator_rewind…

    …_spec
    
    Fix a failing Enumerator#rewind spec
    jemc committed Feb 27, 2015
    Copy the full SHA
    79d6158 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −0 kernel/common/enumerator.rb
  2. +0 −1 spec/tags/ruby/core/enumerator/rewind_tags.txt
1 change: 1 addition & 0 deletions kernel/common/enumerator.rb
Original file line number Diff line number Diff line change
@@ -144,6 +144,7 @@ def rewind
@object.rewind if @object.respond_to? :rewind
@generator.rewind if @generator
@lookahead = []
@feedvalue = nil
self
end

1 change: 0 additions & 1 deletion spec/tags/ruby/core/enumerator/rewind_tags.txt

This file was deleted.