Sha256: 35e1690f8b447a1581e35d8d5d3b25351e79e2734a552a88354b534a737f98a0
Contents?: true
Size: 636 Bytes
Versions: 2
Compression:
Stored size: 636 Bytes
Contents
# ImcAlves Gem desenvolvida para calcular o imc e mostrar o Estado Nutricional da pessoa. ## Installation $ gem install imc_alves ## Usage obj = ImcAlves::Pessoa.new(peso, altura) print obj.calc_imc print obj.status ## Contributing email@example.com ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the ImcAlves project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/imc_alves/blob/main/CODE_OF_CONDUCT.md).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
imc_alves-0.1.1 | README.md |
imc_alves-0.1.0 | README.md |