danielberkompas / number

ActionView::Helpers::NumberHelper for Elixir
MIT License
224 stars 37 forks source link

add nil as potential return value #65

Open bbalconi opened 3 months ago

bbalconi commented 3 months ago

Noticed a type error on one of my repos when pattern matching a nil response. number_to_currency has a definition that returns nil, and there is also an example of such.