Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d38c79c

Browse files
IceDragon200Blaž Hrastnik
authored and
Blaž Hrastnik
committedJul 14, 2016
Added mruby_patch_core gem to get some missing features
Object#method Array#sort_by! Hash comparable methods etc...
1 parent b523953 commit d38c79c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mrb_config.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
conf.gem core: 'mruby-eval'
2121
conf.gem core: 'mruby-bin-debugger'
22+
conf.gem github: 'IceDragon200/mruby-patch-core'
2223
conf.gem github: 'iij/mruby-io' # General IO stuff, File system blah de dah.
2324
conf.gem github: 'iij/mruby-dir' # Directory access
2425
conf.gem github: 'iij/mruby-regexp-pcre' # Regular expression engine :3

0 commit comments

Comments
 (0)
Please sign in to comment.