Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails の number_to_human() メソッドに負の数を渡していますが、0 が返されます。それは正しい行動ですか?引数として負の数を持つ number_to_human の例を見つけることができなかったようです。
これは私の間違いでした。number_to_human() は負の数も受け入れ、正しい値を出力します。