Method: Ed::Config.should_fork
- Defined in:
- lib/ed/config.rb
.should_fork ⇒ Boolean Also known as: should_fork?
Returns true if a subprocess is created to check out a commit.
74 75 76 |
# File 'lib/ed/config.rb', line 74 def should_fork @should_fork end |