module Tryouts::ClassMethods
module Tryouts::Console
module Tryouts::Console::InstanceMethods
module Tryouts::VERSION
class Tryouts
class Tryouts::Section
class Tryouts::TestBatch
class Tryouts::TestBatch::Container
class Tryouts::TestCase
tryouts
2.4.0
# update_load_path
def update_load_path(lib_glob) Dir.glob(lib_glob).each { |dir| $LOAD_PATH.unshift(dir) } end