class Tryouts::TestCase

def create_proc str, path, line

def create_proc str, path, line
  eval("Proc.new {\n  #{str}\n}", binding, path, line)
end