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: f384d1c4430d
Choose a base ref
...
head repository: rubinius/rubinius
compare: 3b398f4ba0c3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 5, 2015

  1. String#include? no longer accepts a Fixnum.

    I think back in 1.8 it would turn the lower 8 bits of a Fixnum into a
    String using .chr, but that doesn't seem to be the case any more, and
    it's now a TypeError to pass in a Fixnum.
    chrisseaton committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    3dc14f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3274 from chrisseaton/string-include-19

    String#include? no longer accepts a Fixnum.
    jemc committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    3b398f4 View commit details
    Browse the repository at this point in the history