Sha256: df515bf813ffeb515fe812d6025ee06176bfaa6c514c829e1778e944d1ee7b2a
Contents?: true
Size: 119 Bytes
Versions: 10
Compression:
Stored size: 119 Bytes
Contents
# Adding a helper to the String class for the batch parse. class String def hl7_batch? !!match(/^FHS/) end end
Version data entries
10 entries across 10 versions & 1 rubygems