From eb9d721e32d0c842c50e431022d61896a443d4e1 Mon Sep 17 00:00:00 2001 From: AnotherRegularDude Date: Mon, 16 Dec 2024 03:08:19 +0300 Subject: [PATCH] Fix --- lib/resol.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/resol.rb b/lib/resol.rb index bba380e..dcbf33e 100644 --- a/lib/resol.rb +++ b/lib/resol.rb @@ -17,14 +17,4 @@ module Resol extend Dry::Configurable setting :classes_allowed_to_patch, default: ["Resol::Service"] - - # rubocop:disable Naming/MethodName - def Success(...) - Success.new(...) - end - - def Failure(...) - Failure.new(...) - end - # rubocop:enable Naming/MethodName end