Sha256: 38b83047a5a5ddda887a1695de6e1b24e1e63205deb2e1e66bc25c400698bcf1

Contents?: true

Size: 279 Bytes

Versions: 6

Compression:

Stored size: 279 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'fathom'))
module Fathom
  class ValueAggregator < ValueDescription
  end
end

if __FILE__ == $0
  include Fathom
  # TODO: Is there anything you want to do to run this file on its own?
  # ValueAggregator.new
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fathom-0.3.0 lib/fathom/value_aggregator.rb
fathom-0.2.3 lib/fathom/value_aggregator.rb
fathom-0.2.2 lib/fathom/value_aggregator.rb
fathom-0.2.1 lib/fathom/value_aggregator.rb
fathom-0.2.0 lib/fathom/value_aggregator.rb
fathom-0.1.0 lib/fathom/value_aggregator.rb