|
You are here |
steveklabnik.com | ||
| | | | |
weblog.raganwald.com
|
|
| | | | | ||
| | | | |
rubyreferences.github.io
|
|
| | | | | Ruby 2.7 full and annotated changelog | |
| | | | |
www.blackbytes.info
|
|
| | | | | What are some weird things about Ruby that are worth learning about? Take a look at this post to find out! | |
| | | | |
byparker.com
|
|
| | | In responding to a Jekyll pull request, I went digging around the way Ruby handles sorting. The problem was that we were trying to sort a list of objects which don't all have a given property. The contributor was using sort_by which throws an ArgumentError if the block returns a nil value at all. We had a sparse property we wanted to sort by. | ||