Sha256: bab6c00c8b164f31fa13607bb82e1aed603327fa4a039d53140d1a3d7da73c38

Contents?: true

Size: 170 Bytes

Versions: 14

Compression:

Stored size: 170 Bytes

Contents

module Hyperloop
  class Router
    class Component
      class << self
        def inherited(base)
          base.include(Mixin)
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hyper-router-0.99.6 lib/hyperloop/router/component.rb
hyper-router-0.99.5 lib/hyperloop/router/component.rb
hyper-router-0.99.4 lib/hyperloop/router/component.rb
hyper-router-0.99.3 lib/hyperloop/router/component.rb
hyper-router-0.99.2 lib/hyperloop/router/component.rb
hyper-router-0.99.1 lib/hyperloop/router/component.rb
hyper-router-4.2.6.lap28 lib/hyperloop/router/component.rb
hyper-router-4.2.6.lap27 lib/hyperloop/router/component.rb
hyper-router-4.2.6.lap26 lib/hyperloop/router/component.rb
hyper-router-4.2.6.lap25 lib/hyperloop/router/component.rb
hyper-router-4.2.6.lap24 lib/hyperloop/router/component.rb
hyper-router-4.2.6.lap23 lib/hyperloop/router/component.rb
hyper-router-4.2.6.lap22 lib/hyperloop/router/component.rb
hyper-router-4.1.1 lib/hyperloop/router/component.rb