calculate-all icon indicating copy to clipboard operation
calculate-all copied to clipboard

Add Configuration For Plain Value Behavior

Open joel opened this issue 6 years ago • 0 comments

Add configuration options for plain_values in a matter of consistency

Configuration

You can change the behaviour of plain values and force to get the function returned

CalculateAll.configure do |config|
  config.plain_values = false # default true
end

Return [{ cash: { count: 3 }}] instead of [{ cash: 3 }]

joel avatar Dec 13 '18 11:12 joel