Skip to content

Commit c317f06

Browse files
committedMar 20, 2014
Let core_ext load all core extensions
1 parent 81b8325 commit c317f06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎opal/active_support/core_ext.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
require 'active_support/core_ext/string'
1+
require 'active_support/core_ext/enumerable'
2+
require 'active_support/core_ext/integer'
3+
require 'active_support/core_ext/numeric'
24
require 'active_support/core_ext/object'
5+
require 'active_support/core_ext/string'

0 commit comments

Comments
 (0)
Please sign in to comment.