We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68fe63 commit 302b0a3Copy full SHA for 302b0a3
lib/do_snapshot/gem_ext/resource_kit.rb
@@ -4,7 +4,7 @@
4
5
# TODO: Remove after `resource_kit` gem update.
6
module ResourceKit
7
- module ActionFix
+ module ActionFix # rubocop:disable Style/Documentation
8
def handler(*response_codes, &block)
9
if response_codes.empty?
10
handlers[:any] = block
@@ -16,7 +16,7 @@ def handler(*response_codes, &block)
16
end
17
18
19
- module ResourceCollectionFix
+ module ResourceCollectionFix # rubocop:disable Style/Documentation
20
def default_handler(*response_codes, &block)
21
22
default_handlers[:any] = block
0 commit comments