App下載

ruby 在線工具

#!/usr/bin/ruby

def test(&block)
   block.call
end
test { puts "Hello World!"}
運(yùn)行結(jié)果