diff options
| author | h2so5 <[email protected]> | 2013-04-21 17:50:54 +0900 |
|---|---|---|
| committer | h2so5 <[email protected]> | 2013-04-21 18:01:09 +0900 |
| commit | 2fa8bf468369ddadc26badd501b2b2c55dec4620 (patch) | |
| tree | 1c41c06c346253e4e6b940af454d4a01342b783f /build_config.rb | |
| parent | 4a311a4760af037f7a9b8e2b60b4448e92e7f5e4 (diff) | |
| download | mruby-2fa8bf468369ddadc26badd501b2b2c55dec4620.tar.gz mruby-2fa8bf468369ddadc26badd501b2b2c55dec4620.zip | |
Add Symbol#to_proc, Symbol.all_symbols
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb index de7cf0383..31d20d4fa 100644 --- a/build_config.rb +++ b/build_config.rb @@ -47,6 +47,9 @@ MRuby::Build.new do |conf| # Use extensional Proc class conf.gem "#{root}/mrbgems/mruby-proc-ext" + # Use extensional Symbol class + conf.gem "#{root}/mrbgems/mruby-symbol-ext" + # Use Random class conf.gem "#{root}/mrbgems/mruby-random" |
