mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Get opts working:
This commit is contained in:
parent
311bee5569
commit
8559fc1d7b
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
--title "Sidekiq"
|
||||
--query '(@return || @param || @yield || @attr_reader || @api.text == "public") && @api.text != "private"'
|
||||
--readme docs/menu.md
|
||||
- Changes.md
|
||||
lib/sidekiq/api.rb lib/sidekiq/middleware/chain.rb - Changes.md
|
||||
|
|
|
@ -5,7 +5,6 @@ require "sidekiq"
|
|||
require "zlib"
|
||||
require "base64"
|
||||
|
||||
# @api public
|
||||
module Sidekiq
|
||||
# @api private
|
||||
class Stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue