Sha256: 27debcd31db27f73de6af68d70d10640fd993b82138f47f9cd423d8e2ffb57f6

Contents?: true

Size: 401 Bytes

Versions: 4

Compression:

Stored size: 401 Bytes

Contents

module BB
  module FactoryDecorator
    autoload :Extractable, "b_b/factory_decorator/extractable"
    autoload :From,        "b_b/factory_decorator/from"
    autoload :Joinable,    "b_b/factory_decorator/joinable"
    autoload :Limit,       "b_b/factory_decorator/limit"
    autoload :Order,       "b_b/factory_decorator/order"
    autoload :Selectable,  "b_b/factory_decorator/selectable"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
b_b-0.1.3 lib/b_b/factory_decorator.rb
b_b-0.1.2 lib/b_b/factory_decorator.rb
b_b-0.1.1 lib/b_b/factory_decorator.rb
b_b-0.1.0 lib/b_b/factory_decorator.rb