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

Strings7() public method

public Strings7 ( ) : void
return void
        public void Strings7() {
            AssertOutput(delegate() {
                CompilerTest(@"
puts 'foobarbaz'[3,3]
");
            }, "bar");
        }
Tests