lib/stashify.rb in stashify-3.2.0 vs lib/stashify.rb in stashify-3.2.1

- old
+ new

@@ -1,7 +1,9 @@ # frozen_string_literal: true require_relative "stashify/version" module Stashify + # Error raised when the filename given is invalid. This most likely + # means the name parameter contains a "/". class InvalidFile < StandardError; end end