Skip to content

Instantly share code, notes, and snippets.

@BernardoMG
Created July 15, 2019 14:46
Show Gist options
  • Save BernardoMG/bd51a913144e47368e24708049f3cfdb to your computer and use it in GitHub Desktop.
Save BernardoMG/bd51a913144e47368e24708049f3cfdb to your computer and use it in GitHub Desktop.
> 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