public
Description: Light stats
Homepage: http://rist.yreality.net
Clone URL: git://github.com/elliottcable/rist.git
rist / Rakefile.rb
100644 12 lines (10 sloc) 0.24 kb
1
2
3
4
5
6
7
8
9
10
11
12
require 'rubygems'
Gem.clear_paths
Gem.path.unshift(File.join(File.dirname(__FILE__), "gems"))
 
require 'rake'
require 'rake/rdoctask'
require "irb"
 
desc 'IRB session, set up with the data'
task :console do
  system 'irb -d -rstart.rb'
end