Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] Start to import Enumerator.
  • Loading branch information
chrisseaton committed Jan 30, 2015
1 parent bbf6abc commit e217033
Show file tree
Hide file tree
Showing 25 changed files with 600 additions and 97 deletions.
1 change: 1 addition & 0 deletions core/src/main/ruby/jruby/truffle/core.rb
Expand Up @@ -32,6 +32,7 @@
require_relative 'core/rubinius/kernel/bootstrap/type'

# Load common (ordered according to Rubinius' load_order.txt)
require_relative 'core/rubinius/kernel/common/enumerator'
require_relative 'core/rubinius/kernel/common/enumerable'
require_relative 'core/rubinius/kernel/common/undefined'
require_relative 'core/rubinius/kernel/common/type'
Expand Down
Expand Up @@ -12,6 +12,12 @@ def self.mathn_loaded?
false
end

module Fiber

ENABLED = true

end

end

class PrimitiveFailure < StandardError
Expand Down

0 comments on commit e217033

Please sign in to comment.