Skip to content

Ruby, Files and Serialization: Fix a grammatical error #29691

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

Merged
merged 1 commit into from
May 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ruby/files_and_serialization/files_and_serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This section contains a general overview of topics that you will learn in this l
1. Read [Thoughtbot's I/O in Ruby](https://thoughtbot.com/blog/io-in-ruby). You can ignore both the 'Putting it all together' and the 'Working with disparate APIs' sections.
1. Watch [icc0612's introduction to serialization](https://www.youtube.com/watch?v=uS37TujnLRw). It will explain the concept of serialization before you implement it in Ruby.
1. Read [Choosing the Right Serialization Format](https://www.sitepoint.com/choosing-right-serialization-format/) for more information about the various serialization options you can choose from.
1. Skim [Alan Skorkin's article about object orient serialization in Ruby](http://www.skorks.com/2010/04/serializing-and-deserializing-objects-with-ruby/). The article isn't well formatted and some code examples are outdated, but this post still contains relevant information. To view in a better format, you can copy the contents of this [pastebin](https://pastebin.com/ZixCHcWk) and paste them into the [Odin Markdown Preview Tool](https://www.theodinproject.com/lessons/preview).
1. Skim [Alan Skorkin's article about object oriented serialization in Ruby](http://www.skorks.com/2010/04/serializing-and-deserializing-objects-with-ruby/). The article isn't well formatted and some code examples are outdated, but this post still contains relevant information. To view in a better format, you can copy the contents of this [pastebin](https://pastebin.com/ZixCHcWk) and paste them into the [Odin Markdown Preview Tool](https://www.theodinproject.com/lessons/preview).
1. Read the sections 'Ruby files' and 'Ruby directories' from the [Input/Output chapter of Zetcode's Ruby Tutorial](http://zetcode.com/lang/rubytutorial/io/) for examples of how to manipulate files and directories using the `File` and `Dir` classes.

</div>
Expand Down