Module: Nit::Command::Status::AppendIndexRenderer

Defined in:
lib/nit/command/status.rb

Instance Method Summary collapse

Instance Method Details

#process_modified(i, file, line) ⇒ Object



57
58
59
# File 'lib/nit/command/status.rb', line 57

def process_modified(i, file, line)
  line << "  [#{i}]"
end

#process_new(*args) ⇒ Object



61
62
63
# File 'lib/nit/command/status.rb', line 61

def process_new(*args)
  process_modified(*args)
end