bin/ripl-play in ripl-play-0.2.0 vs bin/ripl-play in ripl-play-0.2.1

- old
+ new

@@ -7,8 +7,8 @@ puts "Usage: ripl-play [-q|--quiet] [-i|--install] [-h|--help] [FILE='ripl_play']" exit end Ripl.config[:play_install] = ARGV.delete('-i') || ARGV.delete('--install') Ripl.config[:play_quiet] = ARGV.delete('-q') || ARGV.delete('--quiet') -Ripl.config[:play] = ARGV.shift.dup if ARGV[0] +Ripl.config[:play] = ARGV[0].dup if ARGV[0] Ripl.start