# frozen_string_literal: true module Enterable attr_writer :enterable def enterable? @enterable ||= false end end