Method: Fig::ApplicationConfiguration#initialize
- Defined in:
- lib/fig/applicationconfiguration.rb
#initialize(remote_repository_url) ⇒ ApplicationConfiguration
4 5 6 7 8 |
# File 'lib/fig/applicationconfiguration.rb', line 4 def initialize(remote_repository_url) @data = [] @remote_repository_url = remote_repository_url clear_cached_data end |