Skip to content

Commit 9010860

Browse files
committed
add 'rake console' task
1 parent f85f9ca commit 9010860

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
task :console do
2+
ARGV.clear
3+
require File.expand_path(File.join(File.dirname(__FILE__), 'lib', 'geoscript'))
4+
require 'irb'
5+
IRB.start
6+
end

0 commit comments

Comments
 (0)