146 147 148
# File 'lib/base/command.rb', line 146 def self.user ENV['USER'].nil? ? ENV['USERNAME'] : ENV['USER'] end