TIL, 2017-03-02
attr_reader
won’t say that the thing can’t be assigned to, it will just not assign.- Cache method returns!
- Actually looking at all the Vim snippets for Ruby and Rails
- Need to figure out some basic Apple Script to Skype stuff over from the command line
- DeepEnumerable
git diff --shortstats
,ag -s
to not be case sensitive- `find find ./spec/*/.rb -mtime +1 | xargs ag “rails”