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
License
The gem is available as open source under the terms of the MIT License.
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.