Method: ESS::Postprocessing::FeedID#process

Defined in:
lib/ess/postprocessing.rb

#process(feed_tag, id_tag) ⇒ Object



24
25
26
27
28
# File 'lib/ess/postprocessing.rb', line 24

def process feed_tag, id_tag
  unless id_tag.text!.start_with?('EVENTID:') || id_tag.text! == ""
    id_tag.text!(Helpers::uuid(id_tag.text!, 'EVENTID:'))
  end
end