Sha256: ff5b6b8a3370082c4bb5a3d210d0cbf714d25fa980a235d0ff883c9238415c7b

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

# NumbersTranslator

Translating numbers into English

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'numbers_translator'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install numbers_translator

## Usage

NumbersTranslator::Translator::make 1560

=> "one thousand five hundred and sixty"

OR

NumbersTranslator::Translator::make 1560, 'usa'

=> "one thousand five hundred sixty"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
numbers_translator-0.1.0 README.md