源代码:
点击运行
#!/usr/bin/ruby def test(&block) block.call end test { puts "Hello World!"}
运行结果