Sha256: f5ea02edfc7f2f896850f2ee9a3106ffaee46891bbf9e312cb8837cda31e7916
Contents?: true
Size: 341 Bytes
Versions: 20
Compression:
Stored size: 341 Bytes
Contents
module Origen Origen.load_application if Origen.app.cm.modified_objects_in_workspace? puts 'Your workspace has the following modifications:' Origen.app.cm.modified_objects_in_workspace_list.each do |file| puts ' ' + Origen.app.cm.diff_cmd + ' ' + file end else puts 'Your workspace is clean!' end exit 0 end
Version data entries
20 entries across 20 versions & 1 rubygems