Class: TableWarnings::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/table_warnings/config.rb

Instance Method Summary collapse

Instance Method Details

#warningsObject



7
8
9
# File 'lib/table_warnings/config.rb', line 7

def warnings
  @warnings ||= ::Hash.new { |hash, key| hash[key] = ::Set.new }
end