class method self.new

Ruby on Rails edge

Since edge

Signature

self.new(interval, &block)

No documentation comment.

Parameters

interval req
block block
Source
# File actioncable/lib/action_cable/connection/test_case.rb, line 112
      def initialize(interval, &block)
        @interval = interval
        @block = block
        @elapsed = 0
        @shutdown = false
      end

Defined in actioncable/lib/action_cable/connection/test_case.rb line 112 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionCable::Connection::TestTimer

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close