Sha256: 1574c794526daad71073053e67e5f5c81d63aa9784c675943199f23350a69d26
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
#!/usr/bin/ruby load 'framingham/version.rb' load 'framingham/heartdisease.rb' module Framingham extend self def help "Framingham display help info..." end protected 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 end puts self.eval ARGV[0].to_s if ARGV.length !=0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
framingham-0.1.20130710222706 | framingham.rb |