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: 07171dbe1d12
Choose a base ref
...
head repository: rubinius/rubinius
compare: 07f71e42748b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 24, 2014

  1. Added specs for String#scrub with ASCII/BINARY.

    Yorick Peterse committed Dec 24, 2014
    Copy the full SHA
    5714923 View commit details
    Browse the repository at this point in the history
  2. Fix usage of String#scrub with BINARY input.

    As far as I can tell MRI just returns a copy of self when the input string is in
    BINARY encoding.
    
    This fixes #3252.
    Yorick Peterse committed Dec 24, 2014
    Copy the full SHA
    07f71e4 View commit details
    Browse the repository at this point in the history