Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages