lib/ruboclean/orderer.rb in ruboclean-0.2.1 vs lib/ruboclean/orderer.rb in ruboclean-0.3.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-require 'ruboclean/grouper'
+require "ruboclean/grouper"
module Ruboclean
# Orders the items within the groups alphabetically
class Orderer
def initialize(config_hash)