Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dir and File class #49

Merged
merged 2 commits into from
Jan 2, 2024
Merged

Add Dir and File class #49

merged 2 commits into from
Jan 2, 2024

Conversation

m3m0r7
Copy link
Owner

@m3m0r7 m3m0r7 commented Jan 2, 2024

supports:

puts Dir.new(Dir.pwd).count.to_s + "\n"
puts File.read(Dir.pwd + "/test2.php")

@m3m0r7 m3m0r7 merged commit 3f3566e into main Jan 2, 2024
4 checks passed
@m3m0r7 m3m0r7 deleted the add-dir-and-file branch January 2, 2024 10:11
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