Sha256: d054f0c0ec5daf1a466b90cc41d41a03f4064e9c1693a23ed06bcded1c516a7f

Contents?: true

Size: 290 Bytes

Versions: 10

Compression:

Stored size: 290 Bytes

Contents

# frozen_string_literal: true

require 'attr/gather/version'

module Attr
  module Gather
    class Error < StandardError; end
    # Your code goes here...

    EMPTY_HASH = {}.freeze
  end
end

require 'attr/gather/workflow'
require 'attr/gather/aggregators'
require 'attr/gather/filters'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
attr-gather-1.5.1 lib/attr/gather.rb
attr-gather-1.4.0 lib/attr/gather.rb
attr-gather-1.2.1 lib/attr/gather.rb
attr-gather-1.3.0 lib/attr/gather.rb
attr-gather-1.2.0 lib/attr/gather.rb
attr-gather-1.1.3 lib/attr/gather.rb
attr-gather-1.1.2 lib/attr/gather.rb
attr-gather-1.1.1 lib/attr/gather.rb
attr-gather-1.1.0 lib/attr/gather.rb
attr-gather-1.0.0 lib/attr/gather.rb