lib/command/test.rb in cpl-0.3.3 vs lib/command/test.rb in cpl-0.4.0
- old
+ new
@@ -16,9 +16,11 @@
def call
# Change code here to test.
# You can use `debugger` to debug.
# debugger
# Or print values
+ # rubocop:disable Lint/Debugger
pp latest_image_next
+ # rubocop:enable Lint/Debugger
end
end
end