Module: Golfscrape

Defined in:
lib/golfscrape.rb,
lib/golfscrape/client.rb,
lib/golfscrape/version.rb

Defined Under Namespace

Classes: Client

Constant Summary collapse

VERSION =
"0.0.8"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Golfscrape)

    the object that the method was called on



11
12
13
14
# File 'lib/golfscrape.rb', line 11

def self.configure
  yield self
  true
end