Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherRegularDude committed Dec 16, 2024
1 parent 5f9edf5 commit eb9d721
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/resol.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb9d721

Please sign in to comment.