Top Level Namespace

Defined Under Namespace

Modules: Fbtok, SportDb

Constant Summary collapse

STATUS_RE =
%r{
     \[
      ### allow long forms with note/comment for some stati
      (?: (?<status> awarded
                       |
                     annulled
                       |
                     abandoned
          ) [ ;,]* (?<status_note> [^\]]+ )
            [ ]*
       )
       |
       ## short from only (no note/comments)
       (?<status>
          cancelled|canceled|can\.
            |
          abandoned|abd\.
            |
          postponed
            |
          awarded|awd\.
            |
          replay
            |
          annulled
       )
 \]
}ix

Instance Method Summary collapse

Instance Method Details

#cocosObject

pulls in



2
# File 'lib/sportdb/parser.rb', line 2

require 'cocos'

#optparseObject

more stdlibs



7
# File 'lib/sportdb/parser.rb', line 7

require 'optparse'