12 13 14
# File 'lib/rwebunit/assert.rb', line 12 def assert_nil(actual, msg="") assert(actual.nil?, msg) end