Method: Git::Status#added

Defined in:
lib/git/status.rb

#addedObject



15
16
17
# File 'lib/git/status.rb', line 15

def added
  @files.select { |k, f| f.type == 'A' }
end