Method: Exceptioner.setup

Defined in:
lib/exceptioner.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Exceptioner)

    the object that the method was called on



42
43
44
# File 'lib/exceptioner.rb', line 42

def self.setup
  yield self
end