mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Nodoc for Sidetiq::Clock.method_missing.
This commit is contained in:
parent
155ee50bc5
commit
67796abd42
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Sidetiq
|
|||
# Public: Returns the clock thread.
|
||||
attr_reader :thread
|
||||
|
||||
def self.method_missing(meth, *args, &block)
|
||||
def self.method_missing(meth, *args, &block) # :nodoc:
|
||||
instance.__send__(meth, *args, &block)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue