Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/string.rb
Instance Method Summary collapse
Instance Method Details
permalink #hl7_batch? ⇒ Boolean
2 3 4 |
# File 'lib/string.rb', line 2 def hl7_batch? match(/^FHS/) end |