class FPM::Fry::Exec::Failed

Raised when running a command failed.

Public Instance Methods

stderr() click to toggle source

@return [String] contents of stderr

# File lib/fpm/fry/exec.rb, line 13
def stderr
  data[:stderr]
end