Sha256: 1f2f2df87b950e8e182065318423084cc23c91197c24f3eedea08423d4ab2715

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 Bytes

Contents

# frozen_string_literal: true

module Hanami
  # @api private
  MODULE_DELIMITER = "::"
  private_constant :MODULE_DELIMITER

  # @api private
  CONFIG_DIR = "config"
  private_constant :CONFIG_DIR

  # @api private
  SLICES_DIR = "slices"
  private_constant :SLICES_DIR

  # @api private
  LIB_DIR = "lib"
  private_constant :LIB_DIR

  # @api private
  RB_EXT = ".rb"
  private_constant :RB_EXT
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hanami-2.0.0.alpha7.1 lib/hanami/constants.rb
hanami-2.0.0.alpha7 lib/hanami/constants.rb