Sha256: d9201dbabe32f15da10ea5e6e43defa8eed130103e70c21ff4f91a41844aa254

Contents?: true

Size: 333 Bytes

Versions: 8

Compression:

Stored size: 333 Bytes

Contents

module Alf
  module Algebra
    #
    # Marker for experimental operators
    #
    module Experimental

      class << self
        include Support::Registry

        def included(mod)
          super
          register(mod, Experimental)
        end
      end

    end # module Experimental
  end # module Algebra
end # module Alf

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
alf-core-0.16.3 lib/alf/algebra/support/experimental.rb
alf-core-0.16.2 lib/alf/algebra/support/experimental.rb
alf-core-0.16.1 lib/alf/algebra/support/experimental.rb
alf-core-0.16.0 lib/alf/algebra/support/experimental.rb
alf-core-0.15.0 lib/alf/algebra/support/experimental.rb
alf-core-0.14.0 lib/alf-algebra/alf/algebra/support/experimental.rb
alf-core-0.13.1 lib/alf-algebra/alf/algebra/support/experimental.rb
alf-core-0.13.0 lib/alf-algebra/alf/algebra/support/experimental.rb