Method: Lineup#walk_channels
- Defined in:
- lib/data_services/lineup.rb
#walk_channels ⇒ Object
50 51 52 53 54 |
# File 'lib/data_services/lineup.rb', line 50 def walk_channels by_channel_num.each do |c, chan| @logger.info "#{chan.number} #{chan.call_sign}" end end |