lib/tryouts/drill/sergeant/cli.rb in tryouts-0.8.0 vs lib/tryouts/drill/sergeant/cli.rb in tryouts-0.8.1

- old
+ new

@@ -15,9 +15,10 @@ # The command name to execute <tt>rbox.send(@command, *rbox_args)</tt> attr_accessor :command def initialize(*args) + require 'rye' # Make sure rye is loaded @command = args.shift @rbox_args = args @rbox = Rye::Box.new end \ No newline at end of file