Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/core_ext/string.rb
Overview
Adding a helper to the String class for the batch parse.
Instance Method Summary collapse
Instance Method Details
#hl7_batch? ⇒ Boolean
5 6 7 |
# File 'lib/core_ext/string.rb', line 5 def hl7_batch? !!match(/^FHS/) end |