ruby / fileutils
Several file utility methods for copying, moving, removing, etc.
☆62Updated last week
Related projects ⓘ
Alternatives and complementary repositories for fileutils
- OpenStruct implementation☆113Updated this week
- A subclass of Object includes Comparable module for handling dates.☆72Updated this week
- Provides delegation of specified methods to a designated object☆43Updated 2 months ago
- Pseudo `IO` class from/to `String`.☆36Updated this week
- simple logging utility☆109Updated this week
- Timeout provides a way to auto-terminate a potentially long-running operation if it hasn't finished in a fixed amount of time.☆145Updated this week
- ☆33Updated 7 months ago
- The Observer pattern provides a simple mechanism for one object to inform a set of interested third-party objects when its state changes.☆34Updated last year
- Common code needed by the other RSpec gems. Not intended for direct use.☆100Updated 3 weeks ago
- A curated list of awesome Ruby rack, middlewares, frameworks and web servers☆55Updated 7 years ago
- Provide a simple way to create XML markup and data structures.☆35Updated 3 months ago
- Open3 gives you access to stdin, stdout, and stderr when running other programs.☆101Updated 10 months ago
- Shim library for Module#ruby2_keywords☆61Updated 6 months ago
- Best practices for writing your tests☆70Updated 6 months ago
- Provides lexical scanning operations on a String.☆81Updated this week
- A set of methods for processing keyboard input in character, line and multiline modes.☆89Updated last year
- Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.☆63Updated 2 months ago
- ☆53Updated last month
- A RuboCop plugin for Rake☆79Updated 2 weeks ago
- Ruby's default & bundled gems: The new standard library☆110Updated this week
- Interface for secure random number generator☆45Updated 2 months ago
- OptionParser is a class for command-line option analysis.☆53Updated this week
- RuboCop rules for detecting and autocorrecting undecorated strings for i18n (gettext and rails-i18n)☆40Updated 6 months ago
- A thread-aware DNS resolver library written in Ruby☆38Updated 3 weeks ago
- This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.☆44Updated 5 months ago
- A set of useful functions for transforming strings.☆129Updated 8 months ago
- Redis stores for ActionPack