lib/sinclair.rb in sinclair-1.1.1 vs lib/sinclair.rb in sinclair-1.1.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'active_support'
require 'active_support/all'
# Builder that add instance methods to a class
#
- old
+ new