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

Strings2() public method

public Strings2 ( ) : void
return void
        public void Strings2() {
            TestOutput(@"
puts ""foo#{1;2;3}baz""
", @"
foo3baz
");
        }
Tests