Method: ESS::Postprocessing::FeedURI#process

Defined in:
lib/ess/postprocessing.rb

#process(feed_tag, uri_tag) ⇒ Object



18
19
20
# File 'lib/ess/postprocessing.rb', line 18

def process feed_tag, uri_tag
  feed_tag.id(uri_tag.text!) if feed_tag.id.text! == ""
end