lib/riddle/command_failed_error.rb in riddle-2.2.0 vs lib/riddle/command_failed_error.rb in riddle-2.2.1
- old
+ new
@@ -2 +1,3 @@
+# frozen_string_literal: true
+
class Riddle::CommandFailedError < StandardError
attr_accessor :command_result
- old
+ new