Skip to content

Commit

Permalink
Added mruby_patch_core gem to get some missing features
Browse files Browse the repository at this point in the history
Object#method
Array#sort_by!
Hash comparable methods etc...
  • Loading branch information
IceDragon200 authored and Blaž Hrastnik committed Jul 14, 2016
1 parent b523953 commit d38c79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrb_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

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

0 comments on commit d38c79c

Please sign in to comment.