# File lib/git/status.rb, line 18
def
added
@files
.
select
{
|
k
,
f
|
f
.
type
==
'A'
}
end