Privatize .oversized_merge_request?
What does this MR do?
Making this a public method was an oversight on my part; there's no reason this shouldn't be private
Note: I think this class is approaching (if not past) the point where we should be more clever about included private class methods on the modules (included do
or def self.included(base);end
techniques) but that's a deeper cleanup