#!/usr/bin/env ruby
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
opts = %w[--simple-prompt -rirb/completion -rconsole_fixtures]
exec 'bundle', 'exec', irb, '-Ilib:spec', *opts
