lib/jruby_art/helpers/numeric.rb in jruby_art-2.2.2 vs lib/jruby_art/helpers/numeric.rb in jruby_art-2.3.0
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
# Re-open Numeric so that we can do simple degree and radian conversions
# conversion factors are 180 / Math::PI and Math::PI / 180
class Numeric #:nodoc:
def degrees