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: 52275eb17ded
Choose a base ref
...
head repository: rubinius/rubinius
compare: 8884d8b44062
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 23, 2016

  1. Copy the full SHA
    ff81603 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8fa05ea View commit details
    Browse the repository at this point in the history
  3. call method on self via send

    Before the code was looking up 'self' by getting the current
    call frame and pulling self from it. This was returning a
    different object than expected. So now we just call #send
    against the current object; this works consistently.
    chuckremes committed Mar 23, 2016
    Copy the full SHA
    8d62572 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8884d8b View commit details
    Browse the repository at this point in the history