Commit d14bcd1c authored by Jonathon Reinhart's avatar Jonathon Reinhart

Use `module_fuction` instead of `extend self`

https://github.com/rubocop-hq/ruby-style-guide#module-function
parent af705c3f
module HooksUtils
extend self
module_function
# Gets an array of Git push options from the environment
def get_push_options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment