method
assert_respond_to
v1_8_7_72 -
Show latest stable
- Class:
RUNIT::Assert
assert_respond_to(method, object, message="")public
No documentation available.
# File lib/runit/assert.rb, line 61
def assert_respond_to(method, object, message="")
if (called_internally?)
super
else
super(object, method, message)
end
end