Method: Xls::Enumerator#action
- Defined in:
- lib/xls/enumerator.rb
#action ⇒ Object
The action to perform on each cell of data (:none, :map, :select, :reject).
22 23 24 |
# File 'lib/xls/enumerator.rb', line 22 def action @action end |