Method: DataGrid.setup

Defined in:
lib/data_grid.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (DataGrid)

    the object that the method was called on



39
40
41
# File 'lib/data_grid.rb', line 39

def self.setup
  yield self
end