module Tryouts::Console
module Tryouts::Console::InstanceMethods
module Tryouts::VERSION
class SysInfo
class Tryouts
class Tryouts::Section
class Tryouts::TestBatch
class Tryouts::TestBatch::Container
class Tryouts::TestCase
tryouts
2.1.0
# create_proc
def create_proc str, path, line eval("Proc.new {\n #{str}\n}", binding, path, line) end