Method: Autobuild::Importer::Status#uncommitted_code

Defined in:
lib/autobuild/importer.rb

#uncommitted_codeObject

True if there is code in the working copy that is not committed



44
45
46
# File 'lib/autobuild/importer.rb', line 44

def uncommitted_code
  @uncommitted_code
end