lib/slim_lint/options.rb in slim_lint-0.15.1 vs lib/slim_lint/options.rb in slim_lint-0.16.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'optparse'
module SlimLint
# Handles option parsing for the command line application.
class Options