Sha256: 5e11de825cdae33ad5bf9d7ec364f0bdf5412355e7662213c53fa916ffa8e024

Contents?: true

Size: 562 Bytes

Versions: 1

Compression:

Stored size: 562 Bytes

Contents

# Fibon

Fibon is a simple Fibonacci number generator.

## Installation

Add this line to your application's Gemfile:

    gem 'fibon'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install fibon

## Usage

The command Fibonacci.place(number) will generate the value at that point in the sequence.

## Contributing

1. Fork it
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 new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fibon-0.0.3 README.md