Sha256: b4ec28407be06e2f6aea2f912d7373e86f49d9e2106809383e99bb3262e8255d
Contents?: true
Size: 319 Bytes
Versions: 19
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module Bridgetown class Current < ActiveSupport::CurrentAttributes # @!method self.site # @return [Bridgetown::Site] attribute :site # @!method self.preloaded_configuration # @return [Bridgetown::Configuration] attribute :preloaded_configuration end end
Version data entries
19 entries across 19 versions & 1 rubygems