Method: Hanzo::Installers::Remotes.installed_environments
- Defined in:
- lib/hanzo/modules/installers/remotes.rb
.installed_environments ⇒ Object
22 23 24 |
# File 'lib/hanzo/modules/installers/remotes.rb', line 22 def self.installed_environments `git remote`.split("\n") end |