class EncoderTools::Subtitles::RelaxedParser

Protected Instance Methods

scan_index() click to toggle source
# File lib/encoder-tools/subtitles/relaxed_parser.rb, line 5
def scan_index
  scan /\d+/
  newline
end