bin/ratch in ratch-0.2.2 vs bin/ratch in ratch-0.2.3

- old
+ new

@@ -1,9 +1,10 @@ #! /usr/bin/ruby1.8 #require 'shellwords' require 'rbconfig' # replace with facets/rbsystem in future ? +#require 'ratch/batchfile' require 'ratch/batch' module Ratch class RatchCommand @@ -46,9 +47,9 @@ end end -#load($0 = ARGV.shift) +load($0 = ARGV.shift) -Ratch::RatchCommand.start(ARGV.shift) +#Ratch::RatchCommand.start(ARGV.shift)