Sha256: 5c8a22776c9b06985b75a8c3634555b6c9e233ad52177c2c47ac090d19c8901c

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

module Slatan
  module Affiliation
    module Self
      @self = {}

      class << self
        def get()
          @self
        end

        def set(celf)
          @self = celf
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slatan-0.2.2 lib/slatan/affiliation/self.rb
slatan-0.2.0 lib/slatan/affiliation/self.rb
slatan-0.1.0 lib/slatan/affiliation/self.rb