1
0
Fork 0
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:
Tobias Svensson 2013-02-04 12:12:11 +00:00
parent 155ee50bc5
commit 67796abd42

View file

@ -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