Sha256: ee8cbabac186ea20e42e5609a215b533463b9174246aef08523698aca21c8513
Contents?: true
Size: 135 Bytes
Versions: 7
Compression:
Stored size: 135 Bytes
Contents
# frozen_string_literal: true module Enterable attr_writer :enterable def enterable? @enterable ||= false end end
Version data entries
7 entries across 7 versions & 1 rubygems