pleasant_path
Fluent API for pleasant file IO
File Explorer
- ci.yml
- object.rb
- pathname.rb
- object.rb
- pathname.rb
- enumerable.rb
- file.rb
- io.rb
- json.rb
- pathname.rb
- string.rb
- version.rb
- yaml.rb
- pleasant_path.rb
- object_json_test.rb
- pathname_json_test.rb
- object_yaml_test.rb
- pathname_yaml_test.rb
- enumerable_test.rb
- file_test.rb
- io_test.rb
- pathname_test.rb
- pleasant_path_test.rb
- string_test.rb
- test_helper.rb
- .gitignore
- CHANGELOG.md
- Gemfile
- LICENSE.txt
- pleasant_path.gemspec
- Rakefile
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
rake
View Details ▼
rake
A Make-like program for Ruby.
Tasks for `rake` are specified in a Rakefile.
rake
Run the `default` Rakefile task:
rake {{task}}
Run a specific task:
rake --jobs {{n}}
Execute `n` jobs at a time in parallel (number of CPU cores + 4 by default):
// repository documentation
Was this content helpful?
(0 ratings)
