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



54
55
56
# File 'lib/nit/command/status.rb', line 54

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

#process_new(*args) ⇒ Object



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

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