Method: RightScale::Platform::Shell#executable_extensions
- Defined in:
- lib/right_agent/platform/windows/platform.rb
#executable_extensions ⇒ Array
Returns list of dot-prefixed executable file extensions from PATHEXT.
1390 1391 1392 |
# File 'lib/right_agent/platform/windows/platform.rb', line 1390 def executable_extensions @executable_extensions ||= ::ENV['PATHEXT'].downcase.split(';') end |