Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | Updated to fix the last remaining rubocop warnings. | Steve Kemp | |
This involved silencing a few issues that were judged to be minor, and changing various whitespaces and function-calls. The most obvious example was changing this: assert(ret.kind_of? Array) To this: assert(ret.kind_of?(Array)) | |||
2016-04-21 | added a simple tftp utility | James F. Carter | |