Created
July 15, 2019 14:46
-
-
Save BernardoMG/bd51a913144e47368e24708049f3cfdb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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