# File lib/adhearsion/voip/call.rb, line 308 def separate_line_into_key_value_pair(line) line.match(/^([^:]+):\s?(\S*)/).captures end