We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
times
Humanize.times(2, {2: 'twump'}) should return twump, but instead:
Humanize.times(2, {2: 'twump'})
twump
> Humanize.times(2, {2:'twump'}) true
The text was updated successfully, but these errors were encountered:
add failing test for #33
faae0d8
better test for #33 fixes #33
d4724a4
b2c5c50
Merge pull request #35 from HubSpot/timesHotFix
59711c3
v1.3.4 fixes #33
No branches or pull requests
Humanize.times(2, {2: 'twump'})
should returntwump
, but instead:The text was updated successfully, but these errors were encountered: