Sha256: c6ca79ba375b2e259648a3bbaade3fb548c6f52c993e6d55eceb8911406e3076
Contents?: true
Size: 279 Bytes
Versions: 56
Compression:
Stored size: 279 Bytes
Contents
# encoding: utf-8 module FeduxOrgStdlib module FileSystem module Exceptions # Raise if path with '..' given class InvalidPath < Exception; end # Raised if library is not used correctly class InvalidUsageOfLibrary < Exception; end end end end
Version data entries
56 entries across 56 versions & 1 rubygems