Method: ExercismConfig::Environment#production?

Defined in:
lib/exercism_config/environment.rb

#production?Boolean

Returns:

  • (Boolean)

42
43
44
# File 'lib/exercism_config/environment.rb', line 42

def production?
  env == "production"
end