Method: Fancygrid.setup

Defined in:
lib/fancygrid.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Fancygrid)

    the object that the method was called on



61
62
63
# File 'lib/fancygrid.rb', line 61

def self.setup
  yield self
end