ruby-fizzbuzz

Yet another FizzBuzz in Ruby! Provides simple and fast solution to a popular FizzBuzz problem for Ruby. Written in C as an example of using Ruby's C API - with the support for arbitrary large numeric values via the Bignum class, or the Integer class starting from Ruby version 2.4 onwards.


Keywords
buzz, c, c-extension, extension, fizz, fizzbuzz, linux, macos, native, ruby, ruby-gem, windows
License
Apache-2.0
Install
gem install ruby-fizzbuzz -v 0.8.0

Documentation

Yet another FizzBuzz in Ruby!

Build Status Documentation Status Gem Version License

Introduction

Provides simple and fast solution to a popular FizzBuzz problem for Ruby.

Written in C as an example of using Ruby's C API - with the support for arbitrary large numeric values via the Bignum class, or the Integer class starting from Ruby version 2.4 onwards.

Table of Contents

  1. Contributing
  2. Versioning
  3. Author
  4. Copyright
  5. License

Contributing

See CONTRIBUTING.md for best practices and instructions on setting up your development environment.

Versioning

This project adheres to Semantic Versioning. For the versions available, see the tags on this repository.

Author

Krzysztof Wilczyński (kw@linux.com)

Copyright

Copyright 2012-2020 Krzysztof Wilczyński

License

This project is licensed under the terms of the Apache License, Version 2.0 license. To view the full license see the included LICENSE file.