Sha256: 93e6f585958480c57e2ba8980c0975c57b7db72e24498224c9934b06908f95d1

Contents?: true

Size: 369 Bytes

Versions: 33

Compression:

Stored size: 369 Bytes

Contents

module RR
  module DoubleDefinitions
    module Strategies
      module Scope
        class ScopeStrategy < Strategy
          class << self
            def register_self_at_double_definition_creator(domain_name)
              DoubleDefinitionCreator.register_scope_strategy_class(self, domain_name)
            end
          end
        end
      end
    end
  end
end

Version data entries

33 entries across 33 versions & 5 rubygems

Version Path
adva-0.3.2 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.3.1 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.3.0 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.2.4 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.2.3 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.2.2 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.2.1 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.2.0 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.1.4 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.1.3 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.1.2 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.1.1 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.1.0 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
adva-0.0.1 test/rr/lib/rr/double_definitions/strategies/scope/scope_strategy.rb
jferris-rr-0.7.1.0.1239654108 lib/rr/double_definitions/strategies/scope/scope_strategy.rb
redinger-redinger-rr-0.10.3 lib/rr/double_definitions/strategies/scope/scope_strategy.rb
redinger-rr-0.10.4 lib/rr/double_definitions/strategies/scope/scope_strategy.rb
rr-0.10.10 lib/rr/double_definitions/strategies/scope/scope_strategy.rb
rr-0.10.9 lib/rr/double_definitions/strategies/scope/scope_strategy.rb
rr-0.10.8 lib/rr/double_definitions/strategies/scope/scope_strategy.rb