method

test_32

ruby latest stable - Class: StrictPrettyExample

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

test_32()
public

No documentation available.

# File lib/prettyprint.rb, line 757
    def test_32
      expected = if a == b then a << 2 else a + b.chomp
      assert_equal(expected, prog(32))
    end