Sha256: d6a190dff177957cf6e5c45ca956b894508f2ebf49bf480e1327451d54dddd25
Contents?: true
Size: 395 Bytes
Versions: 54
Compression:
Stored size: 395 Bytes
Contents
# encoding: utf-8 module SportDb module FixtureHelpers def find_scores!( line, opts={} ) # note: always call after find_dates !!! # scores match date-like patterns!! e.g. 10-11 or 10:00 etc. # -- note: score might have two digits too finder = ScoresFinder.new finder.find!( line, opts ) end end # module FixtureHelpers end # module SportDb
Version data entries
54 entries across 54 versions & 2 rubygems