Module: HasFace

Defined in:
lib/has_face.rb,
lib/has_face/version.rb,
lib/has_face/validator.rb,
lib/has_face/configuration.rb,
lib/has_face/test/matchers.rb,
lib/generators/has_face/install_generator.rb

Defined Under Namespace

Modules: Generators, Test Classes: Configuration, FaceAPIError, HTTPRequestError, Validator

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (HasFace)

    the object that the method was called on



24
25
26
# File 'lib/has_face.rb', line 24

def configure
  yield self
end