Sha256: c3b51ae63c29413f0fb59e4682db51fc2160e8d15b05b0da615a5bb694cec7b9
Contents?: true
Size: 278 Bytes
Versions: 64
Compression:
Stored size: 278 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
64 entries across 64 versions & 1 rubygems