Method: ESS::Postprocessing::ChannelLink#process

Defined in:
lib/ess/postprocessing.rb

#process(channel_tag, link_tag) ⇒ Object



42
43
44
# File 'lib/ess/postprocessing.rb', line 42

def process channel_tag, link_tag
  channel_tag.id(link_tag.text!) if channel_tag.id.text! == ""
end