method
test_32
v1_9_1_378 -
Show latest stable
- Class:
StrictPrettyExample
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