class EacRubyUtils::Envs::Command

def debug?

def debug?
  ENV['DEBUG'].to_s.strip != ''
end