Sha256: 493ec6cc8ade5c510d3e7d59147dd872a741089a1437a39328f31b1621e2a246

Contents?: true

Size: 260 Bytes

Versions: 19

Compression:

Stored size: 260 Bytes

Contents

require_dependency "renalware/pathology"

module Renalware
  module Pathology
    module Requests
      class GlobalRulePresenter < SimpleDelegator
        def self.present(rules)
          rules.map { |rule| new rule }
        end
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc10 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc9 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc8 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc7 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc6 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc5 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc4 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc3 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.rc1 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta12 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta11 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta10 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta9 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta8 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta7 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta6 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta5 app/presenters/renalware/pathology/requests/global_rule_presenter.rb
renalware-core-2.0.0.pre.beta4 app/presenters/renalware/pathology/requests/global_rule_presenter.rb