lib/command/test.rb in cpl-0.2.0 vs lib/command/test.rb in cpl-0.3.0

- old
+ new

@@ -1,11 +1,10 @@ # frozen_string_literal: true # Be sure to have run: gem install debug require "debug" -# rubocop:disable Lint/Debugger module Command class Test < Base NAME = "test" OPTIONS = all_options DESCRIPTION = "For debugging purposes" @@ -21,6 +20,5 @@ # Or print values pp latest_image_next end end end -# rubocop:enable Lint/Debugger