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