Sha256: 27ff83ac9eb6760d5c128769fc8e527f7af98d4a3af15fff967b69b3b13187f4
Contents?: true
Size: 295 Bytes
Versions: 21
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2019-2024, by Samuel Williams. module Falcon # Pre-defined environments for hosting web applications. # # See {Configuration::Loader#load} for more details. module Environment LEGACY_ENVIRONMENTS = {} end end
Version data entries
21 entries across 21 versions & 1 rubygems