Sha256: dd8534f488095015c4e8c3411696b26f8ca1321b9915fc06f5302303b073271e

Contents?: true

Size: 191 Bytes

Versions: 27

Compression:

Stored size: 191 Bytes

Contents

require "singleton"

module Foobara
  module Types
    class << self
      def install!
        Namespace.global.foobara_add_category_for_instance_of(:type, Type)
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
foobara-0.0.7 projects/types/lib/foobara/types.rb
foobara-0.0.6 projects/types/lib/foobara/types.rb
foobara-0.0.5 projects/types/lib/foobara/types.rb
foobara-0.0.4 projects/types/lib/foobara/types.rb
foobara-0.0.3 projects/types/lib/foobara/types.rb
foobara-0.0.2 projects/types/lib/foobara/types.rb
foobara-0.0.1 projects/types/lib/foobara/types.rb