Module: Scorespro

Defined in:
lib/scorespro_parser.rb,
lib/scorespro_parser/version.rb,
lib/scorespro_parser/soccer_match.rb

Defined Under Namespace

Classes: SoccerMatch, Type

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Scorespro)

    the object that the method was called on



10
11
12
# File 'lib/scorespro_parser.rb', line 10

def self.setup
  yield self
end