Method: Chive.setup

Defined in:
lib/chive.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Chive)

    the object that the method was called on



5
6
7
# File 'lib/chive.rb', line 5

def self.setup
  yield self
end