Sha256: 8fed9bfcca5ff8345fcdfe4483292cee8d339e74c0eb9cea4f2fcc684b0bfc79
Contents?: true
Size: 369 Bytes
Versions: 3
Compression:
Stored size: 369 Bytes
Contents
# UnitsConverter A toy library for converting quantities between different units. ## Installation Add this line to your application's Gemfile: ```ruby gem 'units_converter' ``` And then execute: $ bundle Or install it yourself as: $ gem install units_converter ## Usage ```ruby > UnitsConverter.convert(12, :miles).to(:metres).to_f => 19312.128 ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
units_converter-0.0.3 | README.md |
units_converter-0.0.2 | README.md |
units_converter-0.0.1 | README.md |