Sha256: fbf165653720415aee2c193ae25a32fd6d27de054887b74b3e18d100521f5c42
Contents?: true
Size: 430 Bytes
Versions: 2
Compression:
Stored size: 430 Bytes
Contents
# It also works with MRB_NO_STDIO and MRB_NO_FLOAT. MRuby::GemBox.new do |conf| # Use standard Array#pack, String#unpack methods conf.gem :core => "mruby-pack" # Use standard Kernel#sprintf method conf.gem :core => "mruby-sprintf" # Use standard Time class conf.gem :core => "mruby-time" # Use standard Struct class conf.gem :core => "mruby-struct" # Use Random class conf.gem :core => "mruby-random" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
script_core-0.3.2 | ext/enterprise_script_service/mruby/mrbgems/stdlib-ext.gembox |
script_core-0.3.0 | ext/enterprise_script_service/mruby/mrbgems/stdlib-ext.gembox |