From 5676ed6143fd068de2fc868a1fcb6ca2f411497d Mon Sep 17 00:00:00 2001 From: Kevin Olbrich Date: Wed, 27 Nov 2013 16:30:37 -0500 Subject: [PATCH] comment out 'mathn' so we can see what breaks --- lib/ruby_units/math.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby_units/math.rb b/lib/ruby_units/math.rb index 5eea1838..511e87e0 100644 --- a/lib/ruby_units/math.rb +++ b/lib/ruby_units/math.rb @@ -1,4 +1,4 @@ -require 'mathn' +#require 'mathn' # Math will convert unit objects to radians and then attempt to use the value for # trigonometric functions.