Sha256: 0f73d28d74251c84e44d4b9e2288b681851e2717321ff6e97feccce786b410ec
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
require 'pathname' #stdlib require 'tmpdir' require 'debugger' for file in %w(directory_builder downloader file_orderer file_path root_path remote_path string_extensions string_behavior pathname_extensions xdg_extensions) require_relative File.join("files", file) end FunWith::Files::RootPath.rootify( FunWith::Files, __FILE__.fwf_filepath.dirname.up ) FunWith::Files::VERSION = FunWith::Files.root("VERSION").read FunWith::Files::FilePath.send( :include, FunWith::Files::StringBehavior )
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fun_with_files-0.0.6 | ./lib/fun_with_files.rb |
fun_with_files-0.0.5 | ./lib/fun_with_files.rb |