Method: MSpec.exit_code
- Defined in:
- lib/mspec/runner/mspec.rb
.exit_code ⇒ Object
Retrieves the stored exit code.
125 126 127 |
# File 'lib/mspec/runner/mspec.rb', line 125 def self.exit_code retrieve(:exit).to_i end |
Retrieves the stored exit code.
125 126 127 |
# File 'lib/mspec/runner/mspec.rb', line 125 def self.exit_code retrieve(:exit).to_i end |