method

test_32

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