Sha256: 34e18ae9e185411f61cd98b545b0a8b18653fe63ec03b3c47cfe05af049c807b

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

# frozen_string_literal: true

class StatisticsProcessor
  include Shrek

  def call(*args)
    use_layers(::Layers::ExternalFetcher, ::Layers::Parser, ::Layers::Selector).call(*args)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shrek-0.2.2 examples/tree_pruning/app/lib/statistics_processor.rb