module Confinement

Constants

FRONTMATTER_REGEX
PATH_INCLUDE_PATH_REGEX
VERSION

Attributes

config[RW]
env[W]
site[RW]

Public Class Methods

env() click to toggle source
# File lib/confinement.rb, line 111
def env
  @env ||= ENV.fetch("CONFINEMENT_ENV", "development")
end