Class: ESS::Postprocessing::ChannelTitle

Inherits:
Object
  • Object
show all
Defined in:
lib/ess/postprocessing.rb

Instance Method Summary collapse

Instance Method Details

#process(channel_tag, title_tag) ⇒ Object



28
29
30
# File 'lib/ess/postprocessing.rb', line 28

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