bin/irt_rails2 in irt-1.2.4 vs bin/irt_rails2 in irt-1.2.5
- old
+ new
@@ -1,5 +1,7 @@
#!/usr/bin/env ruby
+require 'irt/utils'
+
ARGV.pop # remove --simple-prompt
ARGV.push ARGV.shift # move the irt file to the end
exec "irt_irb #{ARGV.join(' ')}"