Module: Kernel

Defined in:
lib/svn-command/svn_command.rb

Instance Method Summary collapse

Instance Method Details

#exit_codeObject

Simply to allow us to override it Should be renamed to exit_status maybe since it returns a Process::Status



70
71
72
# File 'lib/svn-command/svn_command.rb', line 70

def exit_code
  $?
end