04 Nov, 2015
12 commits
-
This allows code to be copy/pasted into the console for easy experimentation and spelunking.
-
To me these all now read trivially as they are quite simple. Thoughts, comments?
31 Oct, 2015
9 commits
29 Oct, 2015
1 commit
15 Oct, 2015
4 commits
-
Still allowing for internal alignment across lines.
14 Oct, 2015
1 commit
12 Oct, 2015
12 commits
-
Install rubocop - auto-validating syntax checking
-
Fixes: $ rubocop --lint --only Lint/ParenthesesAsGroupedExpression
-
Now this succeeds: $ bundle exec rubocop --lint --only UselessAssignment
-
Run with "bundle exec rubocop --lint --auto-correct"
-
Fix a single spec that destructively modified the `Errbit::Config` and ruined it for other tests coming after it.
06 Oct, 2015
1 commit