Class: Envkeeper::Git

Inherits:
Object
  • Object
show all
Defined in:
lib/envkeeper/git.rb

Instance Method Summary collapse

Instance Method Details

#remote_listObject



9
10
11
# File 'lib/envkeeper/git.rb', line 9

def remote_list
  git_remote_fetch_list.compact
end