Module: FunWith::Files

Extended by:
GemAPI
Defined in:
lib/fun_with/files/errors.rb,
lib/fun_with/files/gem_api.rb,
lib/fun_with/files/file_path.rb,
lib/fun_with/files/root_path.rb,
lib/fun_with/files/downloader.rb,
lib/fun_with/files/remote_path.rb,
lib/fun_with/files/file_orderer.rb,
lib/fun_with/files/digest_methods.rb,
lib/fun_with/files/string_behavior.rb,
lib/fun_with/files/directory_builder.rb,
lib/fun_with/files/file_requirements.rb,
lib/fun_with/files/core_extensions/set.rb,
lib/fun_with/files/core_extensions/file.rb,
lib/fun_with/files/core_extensions/hash.rb,
lib/fun_with/files/core_extensions/array.rb,
lib/fun_with/files/core_extensions/object.rb,
lib/fun_with/files/core_extensions/string.rb,
lib/fun_with/files/file_path_class_methods.rb,
lib/fun_with/files/file_permission_methods.rb,
lib/fun_with/files/core_extensions/nil_class.rb,
lib/fun_with/files/file_manipulation_methods.rb,
lib/fun_with/files/core_extensions/true_class.rb,
lib/fun_with/files/core_extensions/false_class.rb

Defined Under Namespace

Modules: CoreExtensions, DigestMethods, FileManipulationMethods, FilePathClassMethods, FilePermissionMethods, FileRequirements, GemAPI, RootPathExtensions, StringBehavior Classes: DirectoryBuilder, Downloader, FileOrderer, FilePath, NoSuchFile, RemotePath, RootPath

Constant Summary collapse

DIGEST_METHODS =
[:md5, :sha1, :sha2, :sha224, :sha256, :sha384, :sha512]

Method Summary

Methods included from GemAPI

version