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 b529686 commit dae27c6Copy full SHA for dae27c6
Rakefile
@@ -0,0 +1,8 @@
1
+#!/usr/bin/ruby -wKU
2
+
3
+task :default => :run
4
5
+task :run do
6
+ require './lib/hello'
7
+end
8
0 commit comments