module GitProjectRemote
Mostly methods for checking/ adding new remotes
Public Class Methods
included(base)
click to toggle source
# File lib/helpers/git_project_remote.rb, line 3 def self.included(base) base.extend ClassMethods end