Method: ESS::Postprocessing::ChannelID#process
- Defined in:
- lib/ess/postprocessing.rb
#process(channel_tag, id_tag) ⇒ Object
34 35 36 37 38 |
# File 'lib/ess/postprocessing.rb', line 34 def process channel_tag, id_tag unless id_tag.text!.start_with?('ESSID:') || id_tag.text! == "" id_tag.text!(Helpers::uuid(id_tag.text!, 'ESSID:')) end end |