Skip to content

[ruby] Remove Needless FileUtils Import from Codebase#36

Merged
hayat01sh1da merged 1 commit intomasterfrom
hayat01sh1da/ruby/remove-needless-fileutils-import-from-codebase
Apr 25, 2026
Merged

[ruby] Remove Needless FileUtils Import from Codebase#36
hayat01sh1da merged 1 commit intomasterfrom
hayat01sh1da/ruby/remove-needless-fileutils-import-from-codebase

Conversation

@hayat01sh1da
Copy link
Copy Markdown
Owner

Summary

FileUtils used to needRuby code to require it with require 'fileutils'; however, it has no effect on behaviours.
That is to say, any Ruby script works without it.

⚠️ Steep requires Steepfile to declare library 'fileutils'; otherwise, type checking fails.

@hayat01sh1da hayat01sh1da self-assigned this Apr 25, 2026
Copy link
Copy Markdown
Owner Author

@hayat01sh1da hayat01sh1da left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hayat01sh1da hayat01sh1da merged commit ac62061 into master Apr 25, 2026
8 checks passed
@hayat01sh1da hayat01sh1da deleted the hayat01sh1da/ruby/remove-needless-fileutils-import-from-codebase branch April 25, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant