lib/slim_lint/configuration.rb in slim_lint-0.6.1 vs lib/slim_lint/configuration.rb in slim_lint-0.7.0

- old
+ new

@@ -30,10 +30,9 @@ # @param other [SlimLint::Configuration] # @return [true,false] whether the given configuration is equivalent def ==(other) super || @hash == other.hash end - alias_method :eql?, :== # Returns a non-modifiable configuration for the specified linter. # # @param linter [SlimLint::Linter,Class] def for_linter(linter)