The syntax thread!

Not:

def get_rank_or_default(schema) do
  (get_rank(schema) || 0) + 1
end

? Am I missing something that would make that not work?

2 Likes