Flowdock
method

test_32

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: StrictPrettyExample
test_32() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/prettyprint.rb, line 778
    def test_32
      expected = "if a == b then a << 2 else a + b\n".chomp
      assert_equal(expected, prog(32))
    end
Register or log in to add new notes.