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

Return3() public method

public Return3 ( ) : void
return void
        public void Return3() {
            TestOutput(@"
x = while true do
  break 1,2,3
end
puts x
", @"
1
2
3
");
        }
Tests