Skip to content

SixArm/sixarm_ruby_alpha_bravo

Repository files navigation

SixArm.com → Ruby →
AlphaBravo provides lookup for standard alphabet keywords

Gem Version Build Status Code Climate

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 http://sixarm.com/sixarm_ruby_alpha_bravo/doc

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

About

SixArm.com → Ruby → Alpha Bravo provides lookup for standard alphabet keywords

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages