Class: Healthy::EnvCheck

Inherits:
Object
  • Object
show all
Defined in:
lib/healthy/env_check.rb

Instance Method Summary collapse

Instance Method Details

#infoObject



7
8
9
# File 'lib/healthy/env_check.rb', line 7

def info
  ENV.keys.sort.map { |key| "#{key}=#{ENV[key]}" }.join("\n")
end

#nameObject



3
4
5
# File 'lib/healthy/env_check.rb', line 3

def name
  'Environment'
end