summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/stdlib-io.gembox
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/stdlib-io.gembox')
-rw-r--r--mrbgems/stdlib-io.gembox12
1 files changed, 12 insertions, 0 deletions
diff --git a/mrbgems/stdlib-io.gembox b/mrbgems/stdlib-io.gembox
new file mode 100644
index 000000000..cd1c2049c
--- /dev/null
+++ b/mrbgems/stdlib-io.gembox
@@ -0,0 +1,12 @@
+# It also works with MRB_NO_FLOAT.
+
+MRuby::GemBox.new do |conf|
+ # Use standard IO/File class
+ conf.gem :core => "mruby-io"
+
+ # Use standard IO/File class
+ conf.gem :core => "mruby-socket"
+
+ # Use standard print/puts/p
+ conf.gem :core => "mruby-print"
+end