Method: String#hl7_batch?

Defined in:
lib/string.rb

#hl7_batch?Boolean

Returns:

  • (Boolean)
[View source]

2
3
4
# File 'lib/string.rb', line 2

def hl7_batch?
  match(/^FHS/)
end