184 185 186
# File 'lib/base/command.rb', line 184 def self.user ENV['USER'].nil? ? ENV['USERNAME'] : ENV['USER'] end