Method: Xls::Enumerator#proc

Defined in:
lib/xls/enumerator.rb

#procObject

The proc to run on each cell.



28
29
30
# File 'lib/xls/enumerator.rb', line 28

def proc
  @proc
end