radar / humanize

Takes your numbers and makes them *fancy*.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decimals_as_number

styd opened this issue · comments

@radar, is this method here by mistake?

humanize/lib/humanize.rb

Lines 92 to 94 in bb237f8

def self.decimals_as_number(decimal, locale:)
decimal.significant_digits.join('').to_i.humanize(locale: locale)
end