BlockConverter-Ruby

Blockconverter

A simple Nintendo Block to MB/GB converter.

Installation

Download the repo on your PC, cd to the folder and run:

$ bundle install

Or install it yourself as:

$ gem install blockconverter

Usage

Run:

$ Blockconverter.get(x, type)

Where x = the number you want to convert, and type = the type of the number you want to convert. NOTE: type is NOT case sensitive, meaning you can use ‘bL’, ‘bl’ or ‘BL’ (for example).

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Sampasion/BlockConverter-Ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Blockconverter project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.