Class: BMI

Inherits:
Object
  • Object
show all
Defined in:
lib/bmi_saruj.rb

Class Method Summary collapse

Class Method Details

.getBMI(w, h) ⇒ Object



2
3
4
# File 'lib/bmi_saruj.rb', line 2

def self.getBMI(w, h)
    bmi = w / h
end