IronRuby.Tests.Tests.BlockEmpty C# (CSharp) Method

BlockEmpty() public method

public BlockEmpty ( ) : void
return void
        public void BlockEmpty() {
            CompilerTest("1.times { }");
        }
Tests