lib/command_kit/examples.rb in command_kit-0.5.0 vs lib/command_kit/examples.rb in command_kit-0.5.1
- old
+ new
@@ -1,6 +1,8 @@
-require 'command_kit/help'
-require 'command_kit/command_name'
+# frozen_string_literal: true
+
+require_relative 'help'
+require_relative 'command_name'
module CommandKit
#
# Allows defining example commands for the command class.
#