examples/bundler.rb in hotch-0.6.0 vs examples/bundler.rb in hotch-0.7.0
- old
+ new
@@ -1,4 +1,6 @@
-require 'bundler'
-require 'hotch'
+# frozen_string_literal: true
+
+require "bundler"
+require "hotch"
# run via ruby -rhotch/run bundler.rb
- old
+ new