Sha256: f4347965a2ac9143549f8cfadc42d3ebff9f04c5ee019c909e05e1f23ad411a8

Contents?: true

Size: 767 Bytes

Versions: 1

Compression:

Stored size: 767 Bytes

Contents

# PhoneticAlphabet [![Build Status](https://travis-ci.org/dnshl/phonetic_alphabet.svg)](https://travis-ci.org/dnshl/phonetic_alphabet)

Extends ruby String class with to_p method which converst strings to their phonetic alphabet representation.

## Installation

Add this line to your application's Gemfile:

    gem 'phonetic_alphabet'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install phonetic_alphabet

## Usage

Just call to_p on a string.

## Contributing

1. Fork it ( https://github.com/dnshl/phonetic_alphabet/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phonetic_alphabet-0.1.0 README.md