Sha256: ce68173dabf43ee2b9f8761236977d4726f99d87146eca2a8fb420a9708fbc36

Contents?: true

Size: 160 Bytes

Versions: 4

Compression:

Stored size: 160 Bytes

Contents

module Gamefic

  module Plot::Players
    def players
      p_players.clone
    end

    private

    def p_players
      @p_players ||= []
    end
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gamefic-1.7.0 lib/gamefic/plot/players.rb
gamefic-1.6.0 lib/gamefic/plot/players.rb
gamefic-1.5.1 lib/gamefic/plot/players.rb
gamefic-1.5.0 lib/gamefic/plot/players.rb