Skip to content

lukenny/F2C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F2C

Build Status

Summary

F2C converts Fahrenheit to Celsius and vice versa
Fahrenheit to Celsius formulas http://www.manuelsweb.com/temp.htm

Installation

$ [sudo] gem install F2C

Usage

launch irb
require 'F2C'
Convert.F2C(value) #converts Fahrenheit to Celsius
Convert.C2F(value) #converts Celsius to Fahrenheit

Output

$ irb
irb(main):001:0> require "F2C"
=> true
irb(main):002:0> Convert.F2C 100
=> "100 Fahrenheit is 38 Celsius"

About

Super simple gem project for Ruby class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published