class Tracksperanto::Import::FlameStabilizer::StabilizerParser

We subclass the standard parser for a couple of reasons - we want to only parse the needed channels AND we want to provide progress reports

Constants

USEFUL_CHANNELS

Public Instance Methods

channel_is_useful?(channel_name) click to toggle source
# File lib/import/flame_stabilizer.rb, line 57
def channel_is_useful?(channel_name)
  USEFUL_CHANNELS.any?{|e| channel_name =~ e }
end