0.0
No release in over a year
A utility class for formatting numbers in common ways.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.3
~> 13.0
~> 1.17
 Project Readme

ONS Numbers RubyGem

A utility class for formatting numbers in common ways. Note that this gem targets Ruby 3.0 and above.

Installation

gem install ons-numbers

Examples

require 'ons-numbers'

Numbers.currency(1234.56) # => "£1,234.56"
Numbers.grouped(1234567) # => "1,234,567"
Numbers.percentage(75, 100) # => "75.0%"

Testing

rake test

Licence

This library is licensed under the MIT licence. Full licence text is available in LICENCE.

Copyright

Copyright (C) 2022 Crown Copyright (Office for National Statistics)