Method: Mutx::Support::Configuration.project_name

Defined in:
lib/mutx/support/configuration.rb,
lib/mutx/support/configuration.rb,
lib/mutx/support/configuration.rb

.project_nameObject



37
38
39
40
# File 'lib/mutx/support/configuration.rb', line 37

def self.project_name
  Mutx::Support::Log.debug "Project name: #{Dir.pwd.split("/").last}"
  "#{Dir.pwd.split("/").last}"
end