Skip to content

Commit eb9d721

Browse files
Fix
1 parent 5f9edf5 commit eb9d721

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/resol.rb

-10
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,4 @@ module Resol
1717
extend Dry::Configurable
1818

1919
setting :classes_allowed_to_patch, default: ["Resol::Service"]
20-
21-
# rubocop:disable Naming/MethodName
22-
def Success(...)
23-
Success.new(...)
24-
end
25-
26-
def Failure(...)
27-
Failure.new(...)
28-
end
29-
# rubocop:enable Naming/MethodName
3020
end

0 commit comments

Comments
 (0)