Add parenthesis to function def with arguments.
Created by: cirosantilli
find . -iname '*.rb' | xargs perl -lapi -e 's/\bdef ([^ (]+)[ ]+([^(].*)/def $1($2)/'
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Created by: cirosantilli
find . -iname '*.rb' | xargs perl -lapi -e 's/\bdef ([^ (]+)[ ]+([^(].*)/def $1($2)/'