Method: T1k.setup

Defined in:
lib/t1k.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (T1k)

    the object that the method was called on



40
41
42
# File 'lib/t1k.rb', line 40

def self.setup &block
  yield(self) if block_given?
end