class String
Adding a helper to the String
class for the batch parse.
Public Instance Methods
hl7_batch?()
click to toggle source
# File lib/core_ext/string.rb, line 3 def hl7_batch? !!match(/^FHS/) end
Adding a helper to the String
class for the batch parse.
# File lib/core_ext/string.rb, line 3 def hl7_batch? !!match(/^FHS/) end