Sha256: 277aec244d7615e8ac4f969a8ce3b6e652d768b0b929cd2cae220437f2073a3b

Contents?: true

Size: 227 Bytes

Versions: 7

Compression:

Stored size: 227 Bytes

Contents

# frozen_string_literal: true

module CottonTail
  # DSL namespace
  module DSL
    autoload :Routes, 'cotton_tail/dsl/routes'
    autoload :Queue, 'cotton_tail/dsl/queue'
    autoload :Topic, 'cotton_tail/dsl/topic'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cotton-tail-0.7.0 lib/cotton_tail/dsl.rb
cotton-tail-0.6.1 lib/cotton_tail/dsl.rb
cotton-tail-0.6.0 lib/cotton_tail/dsl.rb
cotton-tail-0.5.0 lib/cotton_tail/dsl.rb
cotton-tail-0.4.1 lib/cotton_tail/dsl.rb
cotton-tail-0.4.0 lib/cotton_tail/dsl.rb
cotton-tail-0.3.0 lib/cotton_tail/dsl.rb