class Rake::CommandFailedError
Raised when a remote command fails.
Attributes
status[R]
Public Class Methods
new( status )
click to toggle source
# File lib/rake/extensions.rb, line 98 def initialize( status ) @status = status end