lib/jruby_art/helpers/numeric.rb in jruby_art-0.2.6.pre vs lib/jruby_art/helpers/numeric.rb in jruby_art-0.3.0.pre

- old
+ new

@@ -1,6 +1,5 @@ -# extends Numeric class to provide degrees and radians convenience methods -class Numeric +class Numeric #:nodoc: def degrees self * 180 / Math::PI end def radians