Method: E2Model::DatasetMethods#with_proc
- Defined in:
- lib/engine2/core.rb
#with_proc(&blk) ⇒ Object
465 466 467 468 469 |
# File 'lib/engine2/core.rb', line 465 def with_proc &blk ds = clone ds.row_proc = blk ds end |
465 466 467 468 469 |
# File 'lib/engine2/core.rb', line 465 def with_proc &blk ds = clone ds.row_proc = blk ds end |