lib/jruby_art/helpers/numeric.rb in jruby_art-1.0.4 vs lib/jruby_art/helpers/numeric.rb in jruby_art-1.0.5

- old
+ new

@@ -1,4 +1,7 @@ +# encoding: utf-8 +# frozen_string_literal: false + class Numeric #:nodoc: def degrees self * 180 / Math::PI end