Sha256: 400d07edd48aca831311bf77fae3cbfb49566167f4b6cd3f951acdbbf659afc1
Contents?: true
Size: 298 Bytes
Versions: 13
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module MadFlatter # Defines the namespace option hash key module NamespaceOptionable # The option hash key for this option. OPTION_NAMESPACE = :namespace # The default value for this option - no namespace. OPTION_NAMESPACE_DEFAULT = nil end end
Version data entries
13 entries across 13 versions & 1 rubygems