Method: Statsample::Crosstab#cols_empty_hash
- Defined in:
- lib/statsample/crosstab.rb
#cols_empty_hash ⇒ Object
88 89 90 |
# File 'lib/statsample/crosstab.rb', line 88 def cols_empty_hash cols_names.inject({}) {|a,x| a[x]=0;a} end |
88 89 90 |
# File 'lib/statsample/crosstab.rb', line 88 def cols_empty_hash cols_names.inject({}) {|a,x| a[x]=0;a} end |