class ProcessExecuter::Destinations::Stderr
def self.handles?(destination)
-
(Boolean)
- true if destination is :err or 2
Parameters:
-
destination
(Object
) -- the destination to check
def self.handles?(destination) [:err, 2].include?(destination) end