Sha256: 9fc53bb37e58b504ebf6d00590be9841af2a1460e5288748382fe6441a7efbe1
Contents?: true
Size: 229 Bytes
Versions: 158
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/medications" module Renalware module Medications class TreatablePresenter < DumbDelegator def sortable? is_a?(Patient) end end end end
Version data entries
158 entries across 158 versions & 1 rubygems