Sha256: c5493e062b816ad00c78043ef14b57fd0155330c116f72185f74aa40ba4f4122
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
# 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stashify-3.2.2 | lib/stashify.rb |
stashify-3.2.1 | lib/stashify.rb |