Sha256: 7c4ceaddfaaa388b0f01a66935b16ec48c62928ce6b082d9f7ee2cc245fe6e3c

Contents?: true

Size: 225 Bytes

Versions: 1

Compression:

Stored size: 225 Bytes

Contents

require_relative './commandarray.rb'

class Add < CommandArray

  def update
    if(Dir.exists?(".git"))
	  if(`git status`.include?('untracked files present'))
	    self.add 'git add -A -v'
	  end
	end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dev_tasks-0.0.156 lib/add.rb