Method: Extface.setup

Defined in:
lib/extface.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Extface)

    the object that the method was called on



21
22
23
# File 'lib/extface.rb', line 21

def setup
  yield self
end