Skip to content

Commit 15a6c53

Browse files
authored
Update Ruby resources in README
Removed outdated Ruby resources and reorganized the list.
1 parent 9dce029 commit 15a6c53

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3608,16 +3608,15 @@ words = sentence.split(/(?=[A-Z])/)
36083608
# Books and other resources
36093609
36103610
1. [Ruby doc](https://ruby-doc.org/)
3611-
2. [How to use Ruby’s English and/or operators without going nuts](http://www.virtuouscode.com/2014/08/26/how-to-use-rubys-english-andor-operators-without-going-nuts/)
3612-
3. [What is attr_accessor in Ruby?](https://stackoverflow.com/questions/4370960/what-is-attr-accessor-in-ruby)
3613-
4. [Ruby Module Mixin Awesomeness](https://johnmcaliley.wordpress.com/2010/03/10/ruby-module-mixin-awesomeness/)
3614-
5. [Tutorials](https://www.cosmiclearn.com/ruby/index.php)
3615-
6. [Pattern matching - New feature in Ruby 2.7](https://speakerdeck.com/k_tsj/pattern-matching-new-feature-in-ruby-2-dot-7?slide=24)
3616-
7. [Awesome Ruby Blogs](https://github.com/Yegorov/awesome-ruby-blogs)
3617-
8. [Ruby Scripts](https://github.com/jakewmeyer/Ruby-Scripts)
3618-
9. [Awesome Ruby](https://github.com/markets/awesome-ruby)
3619-
10. [Ruby Bookmarks](https://github.com/dreikanter/ruby-bookmarks)
3620-
11. [Code With Jason](https://www.codewithjason.com/articles/)
3611+
2. [What is attr_accessor in Ruby?](https://stackoverflow.com/questions/4370960/what-is-attr-accessor-in-ruby)
3612+
3. [Ruby Module Mixin Awesomeness](https://johnmcaliley.wordpress.com/2010/03/10/ruby-module-mixin-awesomeness/)
3613+
4. [Tutorials](https://www.cosmiclearn.com/ruby/index.php)
3614+
5. [Pattern matching - New feature in Ruby 2.7](https://speakerdeck.com/k_tsj/pattern-matching-new-feature-in-ruby-2-dot-7?slide=24)
3615+
6. [Awesome Ruby Blogs](https://github.com/Yegorov/awesome-ruby-blogs)
3616+
7. [Ruby Scripts](https://github.com/jakewmeyer/Ruby-Scripts)
3617+
8. [Awesome Ruby](https://github.com/markets/awesome-ruby)
3618+
9. [Ruby Bookmarks](https://github.com/dreikanter/ruby-bookmarks)
3619+
10. [Code With Jason](https://www.codewithjason.com/articles/)
36213620
36223621
# Bug Reports and Feature Requests
36233622

0 commit comments

Comments
 (0)