Sha256: 08c3ba18234c6dfef56dae5f6da68272aab1938ae7a075f398fd4d08c7589c6b

Contents?: true

Size: 206 Bytes

Versions: 2

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

module Gamefic
  module Standard
    module Enterable
      attr_writer :enterable

      def enterable?
        @enterable ||= false
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gamefic-standard-4.0.0 lib/gamefic/standard/enterable.rb
gamefic-standard-3.3.0 lib/gamefic-standard/enterable.rb