calculate-all
calculate-all copied to clipboard
Add Configuration For Plain Value Behavior
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 }]