From 614bc8a43ab5191c67251bff13bf60120df032e9 Mon Sep 17 00:00:00 2001 From: Chris Welham <71787007+apexatoll@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:51:52 +0100 Subject: [PATCH] Remove redundant patches from main module --- lib/kangaru.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/kangaru.rb b/lib/kangaru.rb index cd8976e..fba130c 100644 --- a/lib/kangaru.rb +++ b/lib/kangaru.rb @@ -9,9 +9,6 @@ module Kangaru Zeitwerk::Loader.for_gem(warn_on_extra_files: false).setup - using Patches::Inflections - using Patches::Constantise - class << self attr_accessor :application end