Method: Boson::Runner.app_name

Defined in:
lib/boson/runner.rb

.app_nameObject



57
58
59
# File 'lib/boson/runner.rb', line 57

def self.app_name
  File.basename($0).split(' ').first
end