class Grape::Util::StackableValues

def concat_values(inherited_value, new_value)

def concat_values(inherited_value, new_value)
  return inherited_value unless new_value
  inherited_value + new_value
end