Method: Ed::Config.should_fork

Defined in:
lib/ed/config.rb

.should_forkBoolean Also known as: should_fork?

Returns true if a subprocess is created to check out a commit.

Returns:

  • (Boolean)

    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