Module: Gitw::AsAProcessStatus
- Defined in:
- lib/gitw/exec.rb
Overview
behavior to simulate
Instance Method Summary collapse
Instance Method Details
#exited? ⇒ Boolean
76 77 78 |
# File 'lib/gitw/exec.rb', line 76 def exited? true end |
#exitstatus ⇒ Object
68 69 70 |
# File 'lib/gitw/exec.rb', line 68 def exitstatus -2 end |
#pid ⇒ Object
84 85 86 |
# File 'lib/gitw/exec.rb', line 84 def pid -2 end |
#signaled? ⇒ Boolean
80 81 82 |
# File 'lib/gitw/exec.rb', line 80 def signaled? false end |
#success? ⇒ Boolean
72 73 74 |
# File 'lib/gitw/exec.rb', line 72 def success? false end |