module Framingham
Constants
- GENDERS
- VERSION
Public Instance Methods
help()
click to toggle source
# File framingham.rb, line 6 def help "Framingham display help info..." end
Protected Instance Methods
to_i(value)
click to toggle source
# File framingham.rb, line 19 def to_i value (value.eql? true or value.to_s == "true" or ( value.to_f != 0 if value.respond_to? 'to_f' )) ? 1 : 0 end