https://github.com/sixarm/sixarm_ruby_alpha_bravo
SixArm.com → Ruby → Alpha Bravo provides lookup for standard alphabet keywords
https://github.com/sixarm/sixarm_ruby_alpha_bravo
gem names ruby standard-alphabet-keywords
Last synced: 11 months ago
JSON representation
SixArm.com → Ruby → Alpha Bravo provides lookup for standard alphabet keywords
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_alpha_bravo
- Owner: SixArm
- License: other
- Created: 2010-05-25T07:00:37.000Z (about 16 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:27:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T21:15:46.946Z (over 1 year ago)
- Topics: gem, names, ruby, standard-alphabet-keywords
- Language: Ruby
- Homepage: http://sixarm.com
- Size: 389 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SixArm.com → Ruby →
AlphaBravo provides lookup for standard alphabet keywords
[](http://badge.fury.io/rb/sixarm_ruby_alpha_bravo)
[](https://travis-ci.org/SixArm/sixarm_ruby_alpha_bravo)
[](https://codeclimate.com/github/SixArm/sixarm_ruby_alpha_bravo/maintainability)
* Git:
* Doc:
* Gem:
* Contact: Joel Parker Henderson,
* Project: [changes](CHANGES.md), [license](LICENSE.md), [contributing](CONTRIBUTING.md).
## Introduction
AlphaBravo provides lookup for standard alphabet keywords:
* "a" is "alpha"
* "b" is "bravo"
* "c" is "charlie"
Examples:
AlphaBravo.list[0] => 'alpha'
AlphaBravo.hash['a'] => 'alpha'
For docs go to
Want to help? We're happy to get pull requests.
## Install
### Gem
To install this gem in your shell or terminal:
gem install sixarm_ruby_alpha_bravo
### Gemfile
To add this gem to your Gemfile:
gem 'sixarm_ruby_alpha_bravo'
### Require
To require the gem in your code:
require 'sixarm_ruby_alpha_bravo'
## Examples
List:
AlphaBravo.list[0] => 'alpha'
AlphaBravo.list[1] => 'bravo'
AlphaBravo.list[2] => 'charlie'
Hash:
AlphaBravo.hash['a'] => 'alpha'
AlphaBravo.hash['b'] => 'bravo'
AlphaBravo.hash['c'] => 'charlie'
## Details
The complete set is:
* alpha
* bravo
* charlie
* delta
* echo
* foxtrot
* golf
* hotel
* india
* juliet
* kilo
* lima
* mike
* november
* oscar
* papa
* quebec
* romeo
* sierra
* tango
* uniform
* victor
* whiskey
* xray
* yankee
* zulu