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
base: 419ee42fd897
Choose a base ref
...
head repository: rubinius/rubinius
compare: 33e10351a106
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 26, 2015

  1. Added spec for Enumerable#enum_with_index

    It behaves like (and should be aliased to) Enumerable#each_with_index,
    so this commit also moved the current Enumerable#each_with_index
    specs into Enumerable's shared directory.
    sshao committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    5924993 View commit details
    Browse the repository at this point in the history
  2. removed Enumerable#each_with_index specs' ruby_version_gaurds

    removes the 1.8.7 ruby_version_guard, and deletes the spec
    guarded by ruby_version_is 1.9
    sshao committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    eb86227 View commit details
    Browse the repository at this point in the history
  3. Added Enumerable#enum_with_index back

    looks like it was deleted by the most recent merge from master
    sshao committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    33e1035 View commit details
    Browse the repository at this point in the history