class ActiveSupport::Notifications::EventedTest::ListenerWithTimedSupport

Public Instance Methods

call(name, start, finish, id, payload) click to toggle source
# File activesupport/test/notifications/evented_notification_test.rb, line 25
def call(name, start, finish, id, payload)
  @events << [:call, name, start, finish, id, payload]
end