# File lib/bummr/git.rb, line 10
def
add
(
files
)
system
(
"git add #{files}"
)
end