Skip to content

Instantly share code, notes, and snippets.

@BernardoMG
Created July 15, 2019 14:46
> gem install converter-1.0.0.gem
> irb # ruby shell
>> require 'converter'
=> true
>> Converter.to_binary(2)
=> "10"
>> Converter.to_number("10")
=> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment