Sha256: 08a04c87608ab68aa27acabe5b893b5be846bdf677c4902eff0f88976b1e212e
Contents?: true
Size: 252 Bytes
Versions: 48
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true 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
48 entries across 48 versions & 1 rubygems