Sha256: 6e96078a809420f4649248bdad1aff4dee8e17d4cc1eae5aa5a270fc319a7c12
Contents?: true
Size: 226 Bytes
Versions: 14
Compression:
Stored size: 226 Bytes
Contents
require_relative 'arg_loader' module Squib # @api private module Args class EmbedKey # Validate the embed lookup key def validate_key(str) str.to_s end end end end
Version data entries
14 entries across 14 versions & 1 rubygems