class CodeBlockTest def test_it s = "got #{defined? yield}" print s s end end