data_miner icon indicating copy to clipboard operation
data_miner copied to clipboard

Replace :synthesize syntax

Open erithmetic opened this issue 13 years ago • 1 comments

Instead of:

store :field, :synthesize => Proc.new { |row| do_some_stuff }

Allow:

store :field do |row|
  do_some_stuff
  and_how
end

erithmetic avatar Feb 25 '12 00:02 erithmetic

i really like this idea

seamusabshere avatar Jun 11 '12 16:06 seamusabshere