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: e4106ad7d90f
Choose a base ref
...
head repository: rubinius/rubinius
compare: 47f4647c8172
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 18, 2014

  1. Implement Array#count instead of falling back to Enumerable#count

    This avoids iteration with #each if no arguments are given.
    jemc committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    afae918 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3133 from jemc/array_count

    Implement Array#count instead of falling back to Enumerable#count
    jc00ke committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    47f4647 View commit details
    Browse the repository at this point in the history