Method: Autobuild.export_env_sh
- Defined in:
- lib/autobuild/environment.rb
.export_env_sh(io) ⇒ Object
@deprecated, use the API on env instead
925 926 927 |
# File 'lib/autobuild/environment.rb', line 925 def self.export_env_sh(io) env.export_env_sh(io) end |