Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/string.rb

Instance Method Summary collapse

Instance Method Details

#hl7_batch?Boolean

Returns:

  • (Boolean)
[View source]

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

def hl7_batch?
  match(/^FHS/)
end