Skip to content

Commit

Permalink
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions truffle/src/main/ruby/core/post.rb
Original file line number Diff line number Diff line change
@@ -93,9 +93,3 @@ def include(*modules)
end

end

# TODO BJF 29-Jun-2016 Normally loaded by a prelude file, review where to load this
begin
require 'unicode_normalize'
rescue LoadError
end
6 changes: 6 additions & 0 deletions truffle/src/main/ruby/post-boot/gems.rb
Original file line number Diff line number Diff line change
@@ -6,4 +6,10 @@
# GNU General Public License version 2
# GNU Lesser General Public License version 2.1

begin
require 'unicode_normalize'
rescue LoadError
end


require 'rubygems'

0 comments on commit 1887d24

Please sign in to comment.