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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e95a4925602b
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 09552e5ff9ce
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 12, 2015

  1. Copy the full SHA
    609d838 View commit details
  2. Copy the full SHA
    09552e5 View commit details
Showing with 6 additions and 0 deletions.
  1. +6 −0 core/src/main/java/org/jruby/truffle/runtime/core/CoreLibrary.java
Original file line number Diff line number Diff line change
@@ -290,9 +290,15 @@ public void initialize() {
// Includes

objectClass.include(null, kernelModule);

numericClass.include(null, comparableModule);
stringClass.include(null, comparableModule);
symbolClass.include(null, comparableModule);

arrayClass.include(null, enumerableModule);
dirClass.include(null, enumerableModule);
hashClass.include(null, enumerableModule);
ioClass.include(null, enumerableModule);
rangeClass.include(null, enumerableModule);

// Set constants