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

Commits on Jul 29, 2014

  1. Module#ancestors now includes singletons themselves

    Since Ruby 2.1, calling #ancestors on a singleton class should now
    include the class itself in the chain.
    
    Since BasicObject is at the very base of the ancestors, we also need to
    change the meta class of Object so that BasicObject's singleton class
    correctly get included in the chain.
    robin850 committed Jul 29, 2014
    Copy the full SHA
    696dedf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2014

  1. Merge pull request #1870 from robin850/singleton-ancestors

    Module#ancestors now includes singletons themselves
    headius committed Nov 2, 2014
    Copy the full SHA
    3f5d6ed View commit details
    Browse the repository at this point in the history