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.imc
print obj.estado_nutricional

print obj.status

Contributing

email@example.com

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.