35 36 37
# File 'lib/identify.rb', line 35 def parse data as_hash 'xpm', *data.scan(%r{"(\d+)\s+(\d+)(?=[\s\d]+")}).flatten end