module Mixlib
module Mixlib::ShellOut::Unix
module Mixlib::ShellOut::Windows
module Mixlib::ShellOut::Windows::Utils
module Process
module Process::Constants
module Process::Functions
module Process::Functions::FFI::Library
class Mixlib::ShellOut
class Mixlib::ShellOut::CommandTimeout
class Mixlib::ShellOut::InvalidCommandOption
class Mixlib::ShellOut::ShellCommandFailed
class Mixlib::ShellOut::Windows::ThingThatLooksSortOfLikeAProcessStatus
mixlib-shellout
2.2.1
:: executable?
def self.executable?(path) File.executable?(path) && !File.directory?(path) end