class FlameChannelParser::TimewarpExtractor

Constants

CHANNELS

Channels that can be the timewarp

Public Instance Methods

extract(file_path, options) click to toggle source
# File lib/timewarp_extractor.rb, line 35
def extract(file_path, options)
  return X.extract(file_path, options)
end