Calculators for home projects
Input kitchen counter linear length to compute total quikrete bags needed to make a concrete countertop
# See shaker_calc for instance options and interface methods
QuikreteCalc.new(linear_in: 100)
Input width/height for cabinet doors to compute stile, rail, center panel workpieces
# See shaker_calc for instance options and interface methods
ShakerCalc.new(width_in: 10, height_in: 12)
String/number value presenter to represent fractions as whole number + custom denominator
Fraction.new(1.375)
=> 1-(3/8)