Method: Autobuild.env_source_file
- Defined in:
- lib/autobuild/environment.rb
.env_source_file(file, shell: 'sh') ⇒ Object
@deprecated, use the API on env instead
910 911 912 |
# File 'lib/autobuild/environment.rb', line 910 def self.env_source_file(file, shell: 'sh') env.source_after(file, shell: shell) end |