Sha256: 41e47cb813dd16871d429878a6abf515590c44835b7f553f5b0616b2f95c2cb6
Contents?: true
Size: 221 Bytes
Versions: 9
Compression:
Stored size: 221 Bytes
Contents
require "renalware/hd" module Renalware module Pathology class PatientPresenter < SimpleDelegator def initialize(patient) super(Pathology.cast_patient(patient.__getobj__)) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems