This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
### | |
# This utility adds missing parentheses to single word function calls | |
# that are now treated as warnings on Elixir 1.4. | |
# | |
# Download this file on your project repo and execute | |
# ruby ex14parens.rb --help | |
#### | |
require('fileutils') |