Method: Recognition.setup

Defined in:
lib/recognition.rb

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

Initialize recognition

Yields:

  • (_self)

Yield Parameters:

  • _self (Recognition)

    the object that the method was called on



19
20
21
# File 'lib/recognition.rb', line 19

def self.setup
  yield self
end