[Source]
# File lib/mocks/observer.rb, line 11 def update ( *args, &block ) mock_add MethodCall.new(:update, *args, &block) end
[Validate]