We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ff0d4 commit f382770Copy full SHA for f382770
exe/iruby
@@ -0,0 +1,7 @@
1
+#! /usr/bin/env ruby
2
+require "iruby"
3
+require "iruby/application"
4
+
5
+app = IRuby::Application.instance
6
+app.setup
7
+app.run
0 commit comments