class Airbrake::Config::Validator
def valid_environment?(config)
def valid_environment?(config) VALID_ENV_TYPES.any? { |type| config.environment.is_a?(type) } end
def valid_environment?(config) VALID_ENV_TYPES.any? { |type| config.environment.is_a?(type) } end