Sha256: b0bb976dd391f2f1e59b1132b11ee0305920107b5a7736ed70841765d764b365

Contents?: true

Size: 355 Bytes

Versions: 27

Compression:

Stored size: 355 Bytes

Contents

require_relative "module_extension"

module Foobara
  module GlobalOrganization
    foobara_namespace!(scoped_path: [])
    self.foobara_parent_namespace = Namespace.global
    foobara_parent_namespace.foobara_register(self)

    foobara_organization!
    self.foobara_manifest_reference = self.foobara_organization_name = "global_organization"
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
foobara-0.0.7 projects/domain/src/global_organization.rb
foobara-0.0.6 projects/domain/src/global_organization.rb
foobara-0.0.5 projects/domain/src/global_organization.rb
foobara-0.0.4 projects/domain/src/global_organization.rb
foobara-0.0.3 projects/domain/src/global_organization.rb
foobara-0.0.2 projects/domain/src/global_organization.rb
foobara-0.0.1 projects/domain/src/global_organization.rb